mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: increase max zoom (#2881)
This commit is contained in:
parent
6abf4f52ff
commit
10cd6a24b0
4 changed files with 12 additions and 4 deletions
|
@ -91,3 +91,5 @@ export const TOUCH_CTX_MENU_TIMEOUT = 500;
|
|||
export const TITLE_TIMEOUT = 10000;
|
||||
export const TOAST_TIMEOUT = 5000;
|
||||
export const VERSION_TIMEOUT = 30000;
|
||||
|
||||
export const ZOOM_STEP = 0.1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue