feat: increase max zoom (#2881)

This commit is contained in:
David Luzar
2021-01-30 18:03:23 +01:00
committed by GitHub
parent 6abf4f52ff
commit 10cd6a24b0
4 changed files with 12 additions and 4 deletions

View File

@ -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;