From 1173e7f809980e10f1f0c30a0357ada8f9a416ac Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 21 三月 2024 17:08:08 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/map/player.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zy-asrs-flow/src/pages/map/player.js b/zy-asrs-flow/src/pages/map/player.js index 2d19b38..1fe0c56 100644 --- a/zy-asrs-flow/src/pages/map/player.js +++ b/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); // }); -- Gitblit v1.9.1