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