mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
reload scene on hashchange (#1893)
* reload scene on hashchange * tweak isLoading
This commit is contained in:
parent
4ab4fce998
commit
7ab0c1aba8
2 changed files with 13 additions and 0 deletions
|
@ -46,6 +46,7 @@ export enum EVENT {
|
|||
WHEEL = "wheel",
|
||||
TOUCH_START = "touchstart",
|
||||
TOUCH_END = "touchend",
|
||||
HASHCHANGE = "hashchange",
|
||||
}
|
||||
|
||||
export const ENV = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue