Explorar el Código

隔离点选中之后取消问题的修复

pm hace 1 año
padre
commit
6972b69eb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/separationPoint/index.vue

+ 1 - 1
src/components/separationPoint/index.vue

@@ -206,7 +206,7 @@ export default {
                 knovaImage.image(normalImage); // 更新图像
                 this.layer.draw(); // 更新图层
               };
-              // 从选中数组中移除该项
+              // 从选中数组中移除该项ha
               this.selectedText = this.selectedText.filter(
                 (item) => item.pointName !== labelText
               );