#
luxiaotao1123
2024-03-05 1a792230aae012a8a432a3f2225377bdbc56f1e5
#
1个文件已修改
4 ■■■■ 已修改文件
zy-asrs-flow/src/pages/map/player.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {