소스 검색

undo tweak

David Sehnal 5 년 전
부모
커밋
7d3e849ff3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mol-plugin-state/manager/structure/component.ts

+ 1 - 1
src/mol-plugin-state/manager/structure/component.ts

@@ -289,7 +289,7 @@ class StructureComponentManager extends PluginComponent<StructureComponentManage
                 if (s.currentFocus.surroundings) deletes.delete(s.currentFocus.surroundings.cell.transform.ref);
             }
         }
-        return this.plugin.runTask(this.dataState.updateTree(deletes));
+        return this.plugin.runTask(this.dataState.updateTree(deletes, { canUndo: true }));
     }
 
     constructor(public plugin: PluginContext) {