فهرست منبع

PG location.hash update

Poolminer 4 سال پیش
والد
کامیت
e58c4c2b1b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Playground/src/tools/loadManager.ts

+ 1 - 1
Playground/src/tools/loadManager.ts

@@ -7,7 +7,7 @@ export class LoadManager {
     public constructor(public globalState: GlobalState) {
         // Check the url to prepopulate data
         this._checkHash();
-        window.addEventListener("hashchange", () => globalState.onLoadRequiredObservable.notifyObservers(location.hash));
+        window.addEventListener("hashchange", () => this._checkHash());
 
         globalState.onLoadRequiredObservable.add((id) => {
             globalState.onDisplayWaitRingObservable.notifyObservers(true);