This commit is contained in:
parent
20ac7c89d4
commit
24c29e176e
|
@ -74,10 +74,9 @@ var windows = {
|
||||||
|| $(event.target).closest(".bottom-window-group").length === 1
|
|| $(event.target).closest(".bottom-window-group").length === 1
|
||||||
|| $(event.target).closest(".toolbars").length === 1
|
|| $(event.target).closest(".toolbars").length === 1
|
||||||
|| $(event.target).closest(".side").length === 1) {
|
|| $(event.target).closest(".side").length === 1) {
|
||||||
return false;
|
} else {
|
||||||
|
windows.clearFloat();
|
||||||
}
|
}
|
||||||
|
|
||||||
windows.clearFloat();
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
maxBottom: function () {
|
maxBottom: function () {
|
||||||
|
|
Loading…
Reference in New Issue