mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-05 14:07:10 -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],
|
sizes: [20, 30, 50],
|
||||||
minSize: minimise ? [0, 0, 0] : [240, 310, 450],
|
minSize: minimise ? [0, 0, 0] : [240, 310, 450],
|
||||||
gutterSize: 4,
|
gutterSize: 4,
|
||||||
expandToMin: true,
|
expandToMin: false,
|
||||||
onDrag: debounce(function() {
|
onDrag: debounce(function() {
|
||||||
this.adjustComponentSizes();
|
this.adjustComponentSizes();
|
||||||
}, 50, "dragSplitter", this, [])
|
}, 50, "dragSplitter", this, [])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue