From 98a648224e618fbe0bdfa7dcd7ae4369b96f235b Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Sun, 2 Feb 2025 22:10:32 +0100 Subject: [PATCH] fix: don't close sidebar when clicking outside Fixes #2510 This logic was introduced in #194 and further discussed in #2523. The app-navigation is now closing when clicking in content-area if a user uses a mobile device. The app-sidebar doesn't close when clicking inside the app-navigation or content-area anymore, similar to how the Calendar app handles it. Signed-off-by: Jakob Linskeseder --- src/App.vue | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index d120b09c9..7ced8e367 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,9 +21,9 @@ License along with this library. If not, see .