From 8c5c95cb8aa66bfd89a91d943954906ec0a94a65 Mon Sep 17 00:00:00 2001 From: spinline Date: Fri, 30 Jan 2026 01:26:42 +0300 Subject: [PATCH] fix: Robust click-outside handler for mobile sidebar --- frontend/src/app.rs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index 4f8b749..bff6c59 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -308,9 +308,15 @@ pub fn App() -> impl IntoView { // MOBILE SIDEBAR -
-
-