Browse Source

修复bug

xushiting 2 năm trước cách đây
mục cha
commit
3b2081f727
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      src/graphic/ListenLayer.js

+ 1 - 4
src/graphic/ListenLayer.js

@@ -301,10 +301,7 @@ export default class ListenLayer {
       }
 
       const line = dataService.getLine(lineId);
-      if (
-        line.getCategory() == VectorCategory.Line.PositionLine ||
-        line.getCategory() == VectorCategory.Line.BaseLine
-      ) {
+      if (line.getCategory() == VectorCategory.Line.PositionLine) {
         continue;
       }
       let startPoint = dataService.getPoint(line.startId);