mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 15:00:39 +02:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
// time in milliseconds
|
|
export const TAP_TWICE_TIMEOUT = 300;
|
|
export const INITAL_SCENE_UPDATE_TIMEOUT = 5000;
|