xushiting hace 1 año
padre
commit
75f785b11e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/view/case/draw/board/editCAD/History/History.js

+ 1 - 0
src/view/case/draw/board/editCAD/History/History.js

@@ -32,6 +32,7 @@ export default class History {
     clear(){
         change.lastData = {}; 
         change.elements = {}; 
+        historyService.clearHistoryRecord();
     }
 
     save() {