Add Zen mode for distraction free drawing (#1450)
This commit is contained in:
@ -64,6 +64,7 @@ export type AppState = {
|
||||
>;
|
||||
shouldCacheIgnoreZoom: boolean;
|
||||
showShortcutsDialog: boolean;
|
||||
zenModeEnabled: boolean;
|
||||
};
|
||||
|
||||
export type PointerCoords = Readonly<{
|
||||
|
Reference in New Issue
Block a user