Skip to content

Commit fbb3983

Browse files
author
Ives van Hoorne
committed
Allow making workspace veeery small
1 parent 5103430 commit fbb3983

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Sandbox/Editor

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Sandbox/Editor/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function ContentSplit({ signals, store, match }) {
5555
<SplitPane
5656
split="vertical"
5757
defaultSize={sandboxOwned ? 16 * 16 : 18 * 16}
58+
minSize={0}
5859
onDragStarted={() => signals.editor.resizingStarted()}
5960
onDragFinished={() => signals.editor.resizingStopped()}
6061
resizerStyle={{

0 commit comments

Comments
 (0)