From bd32d5d388c7c1e3c2cc2472f42aeb21ddbd2dce Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Wed, 19 Jun 2024 20:05:16 +0200 Subject: [PATCH] fixup! fix(NcAppSidebar): make sidebar a single node to allow using v-show --- src/components/NcAppSidebar/NcAppSidebar.vue | 26 +++++++++++++++++++- src/components/NcContent/NcContent.vue | 1 + 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index 673f4f3942..4a6afb92b7 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -537,7 +537,7 @@ 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. --> - +