From 9f4a1cf5f91f85c49d3e609f19c9e833a08ca8ee Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 22 三月 2024 08:29:48 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/map/player.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zy-asrs-flow/src/pages/map/player.js b/zy-asrs-flow/src/pages/map/player.js index 367c1bf..d9650aa 100644 --- a/zy-asrs-flow/src/pages/map/player.js +++ b/zy-asrs-flow/src/pages/map/player.js @@ -91,7 +91,7 @@ } this.selectedSprites = []; - // sprite show style which be selected + // sprite show style which be selected this.mapContainer.children.forEach(child => { if (Utils.isSpriteInSelectionBox(child, this.selectionBox)) { this.selectedSprites.push(child); -- Gitblit v1.9.1