hanbaoshan
2020-12-03 c99cad106ef5be9f818e45d385dfdcec29ce19e5
修复绘制多边形撤销错误的bug
1个文件已修改
2 ■■■ 已修改文件
src/components/canvas/Dialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/canvas/Dialog.vue
@@ -410,7 +410,7 @@
          break;
        case "5":
          delEle = this.canvasData.polygon[this.delCursor.index];
          this.canvasData.polygon.splice(this.delCursor.index, 1);
          this.canvasData.polygon.splice(this.delCursor.index+1, 1);
          break;
      }
      this.clickSelect();