瀏覽代碼

Do not reset view state

This is handled exclusively by page.js
crobi 9 年之前
父節點
當前提交
a26370fbed
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      client/src/stores/store.ts

+ 2
- 2
client/src/stores/store.ts 查看文件

@@ -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…
取消
儲存