Sfoglia il codice sorgente

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

zhangyu 5 anni fa
parent
commit
3b3e4807c9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;
         }
       }
     },