From 1152f6f494c9b6fe59685dfd4d3481e5702b9561 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Tue, 28 Jan 2025 21:09:50 -0800 Subject: [PATCH] Toolbar expand and collapse does not influence workflow --- app/w/components/toolbar/toolbar.tsx | 2 +- app/w/layout.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/w/components/toolbar/toolbar.tsx b/app/w/components/toolbar/toolbar.tsx index bed1b931f..3414da2d7 100644 --- a/app/w/components/toolbar/toolbar.tsx +++ b/app/w/components/toolbar/toolbar.tsx @@ -49,7 +49,7 @@ export function Toolbar() { } return ( -
+
diff --git a/app/w/layout.tsx b/app/w/layout.tsx index dcf8fba26..19e35e091 100644 --- a/app/w/layout.tsx +++ b/app/w/layout.tsx @@ -14,9 +14,9 @@ export default function WorkspaceLayout({
-
+
-
+
{children}