mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Toggle minimap with "M" key
This commit is contained in:
parent
4e3bf7e8d2
commit
cf35caaf23
7 changed files with 27 additions and 3 deletions
|
@ -117,6 +117,7 @@ export type AppState = {
|
|||
shown: true;
|
||||
data: Spreadsheet;
|
||||
};
|
||||
isMinimapEnabled: boolean;
|
||||
};
|
||||
|
||||
export type NormalizedZoomValue = number & { _brand: "normalizedZoom" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue