mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-24 18:57:43 +02:00
reload scene on hashchange (#1893)
* reload scene on hashchange * tweak isLoading
This commit is contained in:
@@ -46,6 +46,7 @@ export enum EVENT {
|
||||
WHEEL = "wheel",
|
||||
TOUCH_START = "touchstart",
|
||||
TOUCH_END = "touchend",
|
||||
HASHCHANGE = "hashchange",
|
||||
}
|
||||
|
||||
export const ENV = {
|
||||
|
Reference in New Issue
Block a user