From 73646f90ce818580045b1fde66d722a81d6da770 Mon Sep 17 00:00:00 2001 From: Kira Date: Mon, 7 Jun 2021 17:15:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20reset=E5=8F=96=E6=B6=88=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/4.widget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/4.widget.js b/src/core/4.widget.js index 80b1a33b4..b34dbbd0e 100644 --- a/src/core/4.widget.js +++ b/src/core/4.widget.js @@ -577,6 +577,7 @@ // this._isMounted = false; // this.purgeListeners(); this.empty(); + this.element.unbind(); this._initCurrent(); this._init(); this._mount();