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); // });