bill 3 лет назад
Родитель
Сommit
05de58381e

+ 1 - 1
src/views/draw-file/board/editCAD/Geometry/Table.js

@@ -107,7 +107,7 @@ export default class Table extends Geometry {
             cell.colIndex = item.colIndex
             cell.rowIndex = item.rowIndex
 
-            newCells[item.rowIndex][item.colIndex]
+            // newCells[item.rowIndex][item.colIndex]
 
             if(maxRow < item.rowIndex){
                 maxRow = item.rowIndex

+ 1 - 0
src/views/draw-file/board/editCAD/History/History.js

@@ -14,6 +14,7 @@ import { rectangleService } from '../Service/RectangleService'
 import { circleService } from '../Service/CircleService'
 import { arrowService } from '../Service/ArrowService'
 import { iconService } from '../Service/IconService'
+import mitt from 'mitt'
 
 export default class History {
     constructor(layer) {