From 1a792230aae012a8a432a3f2225377bdbc56f1e5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 05 三月 2024 16:22:09 +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 47bed1b..e1d2557 100644
--- a/zy-asrs-flow/src/pages/map/player.js
+++ b/zy-asrs-flow/src/pages/map/player.js
@@ -20,7 +20,7 @@
this.pan = false; // 骞崇Щ
- this.activateMapEvent(null, Utils.MapEvent.PAN)
+ this.activateMapEvent(null, Utils.MapEvent.PAN);
this.activateMapScale();
this.showCoordinates();
this.appTicker();
@@ -28,7 +28,7 @@
activateMapEvent = (leftEvent, rightEvent) => {
if (this.mapEvent) {
- this.app.view.removeEventListener('mousemove', this.mapEvent);
+ this.app.view.removeEventListener('mousedown', this.mapEvent);
}
this.mapEvent = (event) => {
--
Gitblit v1.9.1