From dca583bfb7a929bd0b7607c30630172ecd8a662a Mon Sep 17 00:00:00 2001 From: cospirho Date: Mon, 29 Apr 2024 10:39:52 -0400 Subject: [PATCH] Fix splitter resizing --- src/web/App.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/App.mjs b/src/web/App.mjs index 3ebfe1be..adbb0d04 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -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, [])