From 36e366defcfc86f70bb879afac8bca3e69b6a024 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 28 Feb 2021 12:50:04 +0800 Subject: [PATCH] update --- src/core/wrapper/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wrapper/layout.js b/src/core/wrapper/layout.js index 6342575ff..8013ca093 100644 --- a/src/core/wrapper/layout.js +++ b/src/core/wrapper/layout.js @@ -268,7 +268,7 @@ BI.Layout = BI.inherit(BI.Widget, { if (!child.shouldUpdate) { return null; } - return child.shouldUpdate(this._getOptions(item)) !== false; + return child.shouldUpdate(this._getOptions(item)); }, updateItemAt: function (index, item) {