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) {