guy 3 years ago
parent
commit
36e366defc
  1. 2
      src/core/wrapper/layout.js

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

Loading…
Cancel
Save