Skip to content

Commit

Permalink
Fix splitter resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
cospirho committed Apr 29, 2024
1 parent bbebba6 commit dca583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/App.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class App {
sizes: [20, 30, 50],
minSize: minimise ? [0, 0, 0] : [240, 310, 450],
gutterSize: 4,
expandToMin: true,
expandToMin: false,
onDrag: debounce(function() {
this.adjustComponentSizes();
}, 50, "dragSplitter", this, [])
Expand Down

0 comments on commit dca583b

Please sign in to comment.