refactor: Consistent variable names, remove duplicates/unused in css

This commit is contained in:
Panayiotis Lipiridis 2020-12-28 01:05:44 +02:00
parent 3aab81bc35
commit 2712a06ab8
14 changed files with 60 additions and 65 deletions

View file

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