From 9cc6a08a292d982ae8ff39d3791e514da47d21cf Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 7 Mar 2022 11:49:33 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/4.widget.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/4.widget.js b/src/core/4.widget.js index c9260bdb3..87755a701 100644 --- a/src/core/4.widget.js +++ b/src/core/4.widget.js @@ -573,6 +573,9 @@ if(!this.isEnabled()){ widget._setEnable(false); } + if(!this.isValid()){ + widget._setValid(false); + } widget.on(BI.Events.DESTROY, function () { BI.remove(self._children, this); });