mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-02 20:49:12 -04:00
Fix splitter resizing
This commit is contained in:
parent
bbebba6481
commit
dca583bfb7
1 changed files with 1 additions and 1 deletions
|
@ -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, [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue