zy-asrs-flow/src/pages/map/player.js
@@ -84,7 +84,6 @@ this.mapContainer.parent.on('mouseup', (event) => { if (isSelecting) { // sprite show style which be selected if (this.selectedSprites && this.selectedSprites.length > 0) { this.selectedSprites.forEach(child => { Utils.unMarkSprite(child); @@ -92,6 +91,7 @@ } this.selectedSprites = []; // sprite show style which be selected this.mapContainer.children.forEach(child => { if (Utils.isSpriteInSelectionBox(child, this.selectionBox)) { this.selectedSprites.push(child);