Kaynağa Gözat

Do not reset view state

This is handled exclusively by page.js
crobi 9 yıl önce
ebeveyn
işleme
a26370fbed
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      client/src/stores/store.ts

+ 2
- 2
client/src/stores/store.ts Dosyayı Görüntüle

@@ -157,8 +157,8 @@ module rpgcards {
157 157
             this._datasets = [];
158 158
             this._records = [];
159 159
             this._templates = [];
160
-            this._view = ViewState.MainMenu;
161
-            this._viewParams = [];
160
+            //this._view = ViewState.MainMenu;
161
+            //this._viewParams = [];
162 162
         }
163 163
         
164 164
         private _newDeck(): void {

Loading…
İptal
Kaydet