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