kopia lustrzana https://github.com/c9/core
fix +9620 tabmanager gets broken for some pane layouts
rodzic
c3714fb7a8
commit
df57020317
|
@ -577,6 +577,7 @@ apf.vsplitbox = function(struct, tagName) {
|
||||||
if (isPercentage) {
|
if (isPercentage) {
|
||||||
fNode.$ext.style.height = "";
|
fNode.$ext.style.height = "";
|
||||||
fNode.$ext.style.bottom = (100 - parseFloat(fNode.height)) + "%";
|
fNode.$ext.style.bottom = (100 - parseFloat(fNode.height)) + "%";
|
||||||
|
lNode.$ext.style.height = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.$handle) {
|
if (this.$handle) {
|
||||||
|
|
Ładowanie…
Reference in New Issue