diff --git a/src/core/4.widget.js b/src/core/4.widget.js index bebdc2604..807982840 100644 --- a/src/core/4.widget.js +++ b/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();