Browse Source

mol-state: doNotUpdateCurrent false as default

David Sehnal 5 years ago
parent
commit
6f98549f31
1 changed files with 1 additions and 1 deletions
  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
 };