From b71a50cf29a27460d6c622a2368be937e972cc0e Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Thu, 16 May 2024 17:59:29 +0200 Subject: [PATCH] fix(RightSidebar): use new open state to fix focus trap on mobile Signed-off-by: Grigorii K. Shartsev --- src/components/RightSidebar/RightSidebar.vue | 119 ++++++++++++++++++- src/components/TopBar/TopBar.vue | 111 +---------------- 2 files changed, 120 insertions(+), 110 deletions(-) diff --git a/src/components/RightSidebar/RightSidebar.vue b/src/components/RightSidebar/RightSidebar.vue index 435240cd612..8efc1c03add 100644 --- a/src/components/RightSidebar/RightSidebar.vue +++ b/src/components/RightSidebar/RightSidebar.vue @@ -4,13 +4,27 @@ -->