Add Zen mode for distraction free drawing (#1450)
This commit is contained in:
@ -46,6 +46,7 @@ export function getDefaultAppState(): AppState {
|
||||
collaborators: new Map(),
|
||||
shouldCacheIgnoreZoom: false,
|
||||
showShortcutsDialog: false,
|
||||
zenModeEnabled: false,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user