jinx 2 lat temu
rodzic
commit
826814a4e6
1 zmienionych plików z 1 dodań i 0 usunięć
  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;