Explorar el Código

modify change zoneSpace selection

haojianlong hace 5 años
padre
commit
8d8784ac96
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
         }
       }
     },