Fix legacy options not being read for some widgets

This commit is contained in:
nathangray
2020-03-30 10:28:48 -06:00
parent c937f50193
commit 1da1cb7b99
42 changed files with 320 additions and 323 deletions

View File

@ -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();