From ad61b4cec72ca9f937938bc52b2f27828dba2f2d Mon Sep 17 00:00:00 2001 From: xiekailian <460715662@qq.com> Date: Wed, 20 May 2026 11:01:30 +0800 Subject: [PATCH] fix(ui): BottomTabBar no longer blocks Settings SaveBar clicks (#2185) Co-authored-by: Cursor --- app/src/components/BottomTabBar.tsx | 5 ++++- app/src/components/__tests__/BottomTabBar.test.tsx | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/src/components/BottomTabBar.tsx b/app/src/components/BottomTabBar.tsx index 97d16d6f2..a0706a11b 100644 --- a/app/src/components/BottomTabBar.tsx +++ b/app/src/components/BottomTabBar.tsx @@ -180,7 +180,10 @@ const BottomTabBar = () => { }; return ( -
+ // pointer-events-none on the full-width shell so transparent areas (e.g. + // beside the centered nav pill) do not steal clicks from sticky footers + // such as Settings SaveBar. Only the