mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: Consistent variable names, remove duplicates/unused in css
This commit is contained in:
parent
3aab81bc35
commit
2712a06ab8
14 changed files with 60 additions and 65 deletions
|
@ -84,7 +84,7 @@ export const STORAGE_KEYS = {
|
|||
LOCAL_STORAGE_LIBRARY: "excalidraw-library",
|
||||
};
|
||||
|
||||
// time in milliseconds
|
||||
// Time in milliseconds
|
||||
export const TAP_TWICE_TIMEOUT = 300;
|
||||
export const TOUCH_CTX_MENU_TIMEOUT = 500;
|
||||
export const TITLE_TIMEOUT = 10000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue