mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-28 20:57:07 +02:00
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