zy-asrs-flow/src/pages/map/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-asrs-flow/src/pages/map/player.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-asrs-flow/src/pages/map/index.jsx
@@ -115,7 +115,6 @@ const height = contentRef.current.offsetHeight; app.renderer.resize(width, height); if (model !== MapModel.OBSERVER_MODEL) { player.hideGridlines(); player.showGridlines(); } }, [app, mapContainer, windowSize]) zy-asrs-flow/src/pages/map/player.js
@@ -197,6 +197,7 @@ } showGridlines = () => { this.hideGridlines(); if (!this.gridLineContainer) { this.gridLineContainer = generatePixiContainer('gridLineContainer'); this.app.stage.addChild(this.gridLineContainer);