Преглед изворни кода

Do not reset view state

This is handled exclusively by page.js
crobi пре 10 година
родитељ
комит
a26370fbed
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      client/src/stores/store.ts

+ 2
- 2
client/src/stores/store.ts Прегледај датотеку

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

Loading…
Откажи
Сачувај