fixed console resizing bug

pull/522/head
Kareem Zidane 2018-10-06 07:14:21 -04:00
rodzic e9490da4e7
commit 3af82905d3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -147,7 +147,7 @@ define(function(require, module, exports) {
// Track splitter and update state
var splitter = consoleRow.$handle;
splitter && splitter.on("dragdrop", function(e) {
height = Math.max(minHeight, container.height);
height = Math.max(minHeight, container.$ext.offsetHeight);
if (height)
settings.set("state/console/@height", height);
emit("resize");