From 8fa5c45ca9761ae4b181f0921db615841b9aae15 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期三, 02 四月 2025 16:43:23 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/drawer/index.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/drawer/index.jsx b/zy-asrs-flow/src/pages/map/drawer/index.jsx
index c005c2a..ba06a3b 100644
--- a/zy-asrs-flow/src/pages/map/drawer/index.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/index.jsx
@@ -58,6 +58,7 @@
                             curSprite={curSprite}
                             curFloor={curFloor}
                             setDrawerTitle={setDrawerTitle}
+                            setDrawerWidth={setDrawerWidth}
                         />
                     </>
                 )}
@@ -77,6 +78,7 @@
                             curSprite={curSprite}
                             curFloor={curFloor}
                             setDrawerTitle={setDrawerTitle}
+                            setDrawerWidth={setDrawerWidth}
                         />
                     </>
                 )}
@@ -87,6 +89,7 @@
                             curFloor={curFloor}
                             setDrawerTitle={setDrawerTitle}
                             setDrawerWidth={setDrawerWidth}
+                            refCurr={props.refCurr}
                         />
                     </>
                 )}

--
Gitblit v1.9.1