#
luxiaotao1123
2024-03-21 1173e7f809980e10f1f0c30a0357ada8f9a416ac
zy-asrs-flow/src/pages/map/player.js
@@ -103,7 +103,7 @@
                // after selectbox complete
                if (fn) {
                    fn(this.selectedSprites, this.scale, () => {
                    fn(this.selectedSprites, () => {
                        // trigger at end of selectionBox when fn happen mouseup
                        this.selectedSprites = [];
                        this.activateMapEvent(Utils.MapEvent.SELECTION_BOX, fn);
@@ -111,7 +111,7 @@
                }
                // sprites batch move
                // Utils.spriteListBeMovable(this.selectedSprites, this.scale, () => {
                // Utils.spriteListBeMovable(this.selectedSprites, () => {
                //     this.activateMapEvent(Utils.MapEvent.SELECTION_BOX, fn);
                // });