refactor: workspace manager (#5060)

This commit is contained in:
EYHN
2023-12-15 07:20:50 +00:00
parent af15aa06d4
commit fe2851d3e9
217 changed files with 3605 additions and 4244 deletions

View File

@@ -34,7 +34,7 @@ export function registerAffineHelpCommands({
store.set(openSettingModalAtom, {
open: true,
activeTab: 'about',
workspaceId: null,
workspaceMetadata: null,
});
},
})

View File

@@ -94,7 +94,6 @@ export function registerAffineNavigationCommands({
run() {
store.set(openSettingModalAtom, {
activeTab: 'appearance',
workspaceId: null,
open: true,
});
},