mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Fix missing destruction of splitter children
This commit is contained in:
parent
c7c7c09dec
commit
c5d1cc8cd1
@ -97,6 +97,8 @@ var et2_split = et2_DOMWidget.extend([et2_IResizeable],
|
||||
// Destroy dynamic full-height
|
||||
this.dynheight.free();
|
||||
|
||||
this._super.apply(this, arguments);
|
||||
|
||||
// Remove placeholder children
|
||||
if(this._children.length == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user