From 14ce46f10eb2000eca4ba910aa5deeba0b534fc8 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 19 Aug 2021 16:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 1 + src/core/wrapper/layout.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d9159329c..8c8bb9ba5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # 更新日志 2.0(2021-07) +- layout支持forceUpdate刷新方式 - width属性支持calc() - 修改了颜色选择器交互 - 新增bi.horizontal_fill、bi.vertical_fill布局 diff --git a/src/core/wrapper/layout.js b/src/core/wrapper/layout.js index ac421a7d0..03564167a 100644 --- a/src/core/wrapper/layout.js +++ b/src/core/wrapper/layout.js @@ -389,7 +389,6 @@ BI.Layout = BI.inherit(BI.Widget, { // } return this._updateItemAt(index, vnode); } - }, updateChildren: function (oldCh, newCh) {