#
Junjie
2024-06-03 312e4a25f2c96e8349369cf1838c79b34f816ca5
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);