Toggle minimap with "M" key

This commit is contained in:
tk338g 2021-02-08 00:56:30 +01:00
parent 4e3bf7e8d2
commit cf35caaf23
7 changed files with 27 additions and 3 deletions

View file

@ -117,6 +117,7 @@ export type AppState = {
shown: true;
data: Spreadsheet;
};
isMinimapEnabled: boolean;
};
export type NormalizedZoomValue = number & { _brand: "normalizedZoom" };