#
Junjie
2024-03-21 bef41cf4f2df4f54dec3fe1917bb7a9f8a6247a6
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);
                });
            }