This commit is contained in:
R Midhun Suresh 2026-03-30 22:42:38 +05:30
parent 5bc4be9d94
commit 880b558a2d
No known key found for this signature in database

View File

@ -66,6 +66,7 @@ export function LeftResizablePanelView({
defaultSize={defaultSize}
onResize={vm.onLeftPanelResize}
panelRef={setPanelRef}
groupResizeBehavior="preserve-pixel-size"
>
{children}
</Panel>