#
luxiaotao1123
2024-03-21 943f2c6e0343a74f376e9f0f2f7ebbfae2a30ce3
zy-asrs-flow/src/pages/map/player.js
@@ -102,10 +102,9 @@
                isSelecting = false;
                this.selectionBox.clear();
                console.log(mapModel);
                // sprites batch move
                Utils.spriteListBeMovable(this.selectedSprites, this.scale, () => {
                    this.activateMapEvent(Utils.MapEvent.SELECTION_BOX);
                    this.activateMapEvent(Utils.MapEvent.SELECTION_BOX, mapModel);
                });
            }