zy-asrs-flow/src/pages/map/player.js | ●●●●● 补丁 | 查看 | 原始文档 | 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) => {