mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 12:29:58 +02:00
Add support for long press to context menu on iOS (#1769)
* Initial support for touch context menu * Only deal with touch if it's available * Fix touch checking * Remove touch checking * Added comments * Combine onTouch with onPointer for mobile context menu support
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
export const TAP_TWICE_TIMEOUT = 300;
|
||||
export const INITAL_SCENE_UPDATE_TIMEOUT = 5000;
|
||||
export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;
|
||||
export const TOUCH_CTX_MENU_TIMEOUT = 500;
|
||||
|
Reference in New Issue
Block a user