mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Prompt for reload when new service worker is available (#1588)
This commit is contained in:
parent
ece631b430
commit
ad81033a78
2 changed files with 20 additions and 1 deletions
|
@ -40,6 +40,7 @@ export enum EVENT {
|
|||
GESTURE_CHANGE = "gesturechange",
|
||||
POINTER_MOVE = "pointermove",
|
||||
POINTER_UP = "pointerup",
|
||||
STATE_CHANGE = "statechange",
|
||||
WHEEL = "wheel",
|
||||
TOUCH_START = "touchstart",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue