From 6bdbfda981491d2470e53cdac339547b19168388 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sun, 29 Mar 2026 00:00:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AD=9B=E9=80=89=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=A4=96=E9=83=A8=E5=8C=BA=E5=9F=9F=E4=B9=9F?= =?UTF-8?q?=E8=83=BD=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 恢复backdrop的onClick,点击遮罩层关闭对应的筛选面板。 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 257bb5a..903ca0f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1040,7 +1040,7 @@ export default function App() { {isInventoryFilterOpen && ( <> -
+
setIsInventoryFilterOpen(false)} /> {isRegionFilterOpen && ( <> -
+
setIsRegionFilterOpen(false)} /> {/* Backdrop */} -
+
setIsCustomerFilterOpen(false)} /> {/* Popover Content */}