瀏覽代碼

mol-state: doNotUpdateCurrent false as default

David Sehnal 5 年之前
父節點
當前提交
6f98549f31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/mol-state/state.ts

+ 1 - 1
src/mol-state/state.ts

@@ -311,7 +311,7 @@ namespace State {
 
 const StateUpdateDefaultOptions: State.UpdateOptions = {
     doNotLogTiming: false,
-    doNotUpdateCurrent: false,
+    doNotUpdateCurrent: true,
     revertIfAborted: false,
     revertOnError: false
 };