mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 13:38:49 +08:00
feat: add commands (#4477)
This commit is contained in:
@@ -100,3 +100,5 @@ export const setPageModeAtom = atom(
|
||||
|
||||
export type PageModeOption = 'all' | 'page' | 'edgeless';
|
||||
export const allPageModeSelectAtom = atom<PageModeOption>('all');
|
||||
|
||||
export const openWorkspaceListModalAtom = atom(false);
|
||||
|
||||
Reference in New Issue
Block a user