mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Fix legacy options not being read for some widgets
This commit is contained in:
@ -71,7 +71,7 @@ var et2_split = /** @class */ (function (_super) {
|
||||
this.div.trigger("destroy");
|
||||
// Destroy dynamic full-height
|
||||
this.dynheight.destroy();
|
||||
_super.prototype.destroy.call(this);
|
||||
_super.prototype.destroy.call(this);
|
||||
// Remove placeholder children
|
||||
if (this._children.length == 0) {
|
||||
this.div.empty();
|
||||
|
Reference in New Issue
Block a user