jinx 2 年之前
父节点
当前提交
826814a4e6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/graphic/Service/UIService.js

+ 1 - 0
src/graphic/Service/UIService.js

@@ -82,6 +82,7 @@ export default class UIService {
       return true;
       return true;
     } else if (ui == UIEvents.FreeMeasureLine) {
     } else if (ui == UIEvents.FreeMeasureLine) {
       this.setSelectLineCategory(VectorCategory.Line.FreeMeasureLine);
       this.setSelectLineCategory(VectorCategory.Line.FreeMeasureLine);
+      return true;
     } else if (ui == UIEvents.BaseLine) {
     } else if (ui == UIEvents.BaseLine) {
       this.setSelectLineCategory(VectorCategory.Line.BaseLine);
       this.setSelectLineCategory(VectorCategory.Line.BaseLine);
       return true;
       return true;