From bc7cc6d302a94618b5413c6a885833ba6b385d18 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Fri, 14 Jun 2024 11:18:06 +0200 Subject: [PATCH] fixup! fix(NcAppSidebar): make sidebar a single node to allow using v-show --- src/components/NcAppSidebar/NcAppSidebar.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index 9f4618c31d..6bbce0246f 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -533,9 +533,8 @@ export default { So we cannot render the toggle button directly in this component. As a simple solution - render it in the content to keep correct position. --> - - +