Skip to content

Commit 7c411f3

Browse files
committed
fix(react): allow preview panel to be fully collapsed
1 parent bda1a31 commit 7c411f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Panels/WorkspacePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function PreviewsSection({
241241
<Panel
242242
id={hasPreviews ? 'previews-opened' : 'previews-closed'}
243243
defaultSize={hasPreviews ? 50 : 0}
244-
minSize={10}
244+
minSize={3}
245245
maxSize={hasPreviews ? 100 : 0}
246246
collapsible={!hasPreviews}
247247
className={classNames({

0 commit comments

Comments
 (0)