forked from extern/egroupware
Revert it because it has caused a weird issue regarding our nextmatch filters
This commit is contained in:
parent
b2c73ed905
commit
8863f28e37
@ -344,8 +344,8 @@ var et2_selectbox = /** @class */ (function (_super) {
|
||||
this.setDOMNode(node[0]);
|
||||
};
|
||||
et2_selectbox.prototype.doLoadingFinished = function () {
|
||||
this.set_tags(this.options.tags, this.options.width);
|
||||
_super.prototype.doLoadingFinished.call(this);
|
||||
this.set_tags(this.options.tags, this.options.width);
|
||||
return true;
|
||||
};
|
||||
et2_selectbox.prototype.loadFromXML = function (_node) {
|
||||
|
@ -484,10 +484,10 @@ export class et2_selectbox extends et2_inputWidget
|
||||
|
||||
doLoadingFinished()
|
||||
{
|
||||
this.set_tags(this.options.tags, this.options.width);
|
||||
|
||||
super.doLoadingFinished();
|
||||
|
||||
this.set_tags(this.options.tags, this.options.width);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user