吉安感知网项目-前端
张含笑
2026-01-30 d85d2337a8862d96bf7a48019fddf356a27034cd
applications/drone-command/src/views/areaManage/partition/shapeTools/edit/EditPolygonTool.js
@@ -74,7 +74,7 @@
   }
   handleMouseMove(movement) {
      this.tooltip.show('拖动顶点编辑,右键删除', movement.endPosition)
      this.tooltip.show('拖动顶点编辑,右键删除点', movement.endPosition)
      if (!this.isDragging || this.draggedIndex < 0) return
      const position = this.getPositionFromScreen(movement.endPosition)
      if (!position) return