kopia lustrzana https://github.com/c9/core
commit
c4d1c59dc8
|
@ -147,7 +147,7 @@ define(function(require, module, exports) {
|
||||||
// Track splitter and update state
|
// Track splitter and update state
|
||||||
var splitter = consoleRow.$handle;
|
var splitter = consoleRow.$handle;
|
||||||
splitter && splitter.on("dragdrop", function(e) {
|
splitter && splitter.on("dragdrop", function(e) {
|
||||||
height = Math.max(minHeight, container.height);
|
height = Math.max(minHeight, container.$ext.offsetHeight);
|
||||||
if (height)
|
if (height)
|
||||||
settings.set("state/console/@height", height);
|
settings.set("state/console/@height", height);
|
||||||
emit("resize");
|
emit("resize");
|
||||||
|
|
Ładowanie…
Reference in New Issue