guy 3 years ago
parent
commit
4949d24256
  1. 1
      src/core/4.widget.js

1
src/core/4.widget.js

@ -574,6 +574,7 @@
if (this.__async === true || this.__asking === true) {
return;
}
this._isMounted = false;
// this.purgeListeners();
this.empty();
this._initCurrent();

Loading…
Cancel
Save