吉安感知网项目-前端
chenyao
2026-01-30 fb39a7bb69cc55d2e1ce61d47e0677aa40540f95
applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js
File was renamed from 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