#
luxiaotao1123
2024-03-21 e377a795b987e777b9cf441d524b9628b6433e95
#
1个文件已修改
10 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/map/index.jsx 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/index.jsx
@@ -223,16 +223,12 @@
    const switchFloor = async (floor) => {
        await Utils.fetchMapData(floor);
        player.hideGridlines();
        player.hideStarryBackground();
        player.activateMapEvent(null);
        Utils.removeSelectedEffect();
        setCurSPrite(null);
        setDeviceVisible(false);
        setSettingsVisible(false);
        setDrawerVisible(false);
        setSpriteBySettings(null);
        setSettingsVisible(false);
        mapContainer.children.forEach(child => {
            Utils.viewFeature(child, setCurSPrite);