Browse Source

Merge branch 'master' of git.sagacloud.cn:web/ibms

zhangyu 5 năm trước cách đây
mục cha
commit
3b3e4807c9
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/components/business_space/newGraphy/graphy.vue

+ 2 - 0
src/components/business_space/newGraphy/graphy.vue

@@ -311,6 +311,8 @@ export default {
           this.type = 2;
           this.curZoneItem = item;
           this.scene.isSpaceSelectable = false;
+          this.scene.clearZoneSelection();
+          item.selected = true;
         }
       }
     },