#
luxiaotao1123
2024-03-16 1f122b7af9290396a4702e992ea84e0721bbe4e3
#
1个文件已修改
3 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/map/player.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/player.js
@@ -149,6 +149,9 @@
        this.scale = 1;
        this.app.view.addEventListener('wheel', (event) => {
            event.preventDefault();
            if (this.scale !== this.mapContainer.scale.x) {
                this.scale = this.mapContainer.scale.x;
            }
            const delta = Math.sign(event.deltaY);