Parcourir la source

Do not reset view state

This is handled exclusively by page.js
crobi il y a 9 ans
Parent
révision
a26370fbed
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      client/src/stores/store.ts

+ 2
- 2
client/src/stores/store.ts Voir le fichier

@@ -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…
Annuler
Enregistrer