reload scene on hashchange (#1893)

* reload scene on hashchange

* tweak isLoading
This commit is contained in:
David Luzar 2020-07-10 07:16:28 +02:00 committed by GitHub
parent 4ab4fce998
commit 7ab0c1aba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -46,6 +46,7 @@ export enum EVENT {
WHEEL = "wheel",
TOUCH_START = "touchstart",
TOUCH_END = "touchend",
HASHCHANGE = "hashchange",
}
export const ENV = {