From 880b558a2d6d3a72dedbf1f42424b5d2e2276b34 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Mon, 30 Mar 2026 22:42:38 +0530 Subject: [PATCH] WIP - 1 --- .../src/resize/panel/LeftResizablePanelView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/shared-components/src/resize/panel/LeftResizablePanelView.tsx b/packages/shared-components/src/resize/panel/LeftResizablePanelView.tsx index b2ab2fb62e..9b3ac2fe7e 100644 --- a/packages/shared-components/src/resize/panel/LeftResizablePanelView.tsx +++ b/packages/shared-components/src/resize/panel/LeftResizablePanelView.tsx @@ -66,6 +66,7 @@ export function LeftResizablePanelView({ defaultSize={defaultSize} onResize={vm.onLeftPanelResize} panelRef={setPanelRef} + groupResizeBehavior="preserve-pixel-size" > {children}