ソースを参照

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 {

読み込み中…
キャンセル
保存