From 7cdd6dffcff85975b18148adc70fc7f8f38e018f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 15 三月 2024 14:23:11 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/index.jsx | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/index.jsx b/zy-asrs-flow/src/pages/map/index.jsx
index e7ed9e0..6692a7f 100644
--- a/zy-asrs-flow/src/pages/map/index.jsx
+++ b/zy-asrs-flow/src/pages/map/index.jsx
@@ -150,6 +150,7 @@
Utils.removeSelectedEffect();
setSpriteBySettings(null);
setSettingsVisible(false);
+ setDrawerVisible(false);
mapContainer.children.forEach(child => {
Utils.beMovable(child, setDidClickSprite);
@@ -163,6 +164,7 @@
player.activateMapEvent(null);
setDeviceVisible(false);
+ setDrawerVisible(false);
mapContainer.children.forEach(child => {
Utils.beSettings(child, setSpriteBySettings, setDidClickSprite);
--
Gitblit v1.9.1