Parcourir la source

modify change zoneSpace selection

haojianlong il y a 5 ans
Parent
commit
8d8784ac96
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
         }
       }
     },