guy 4 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) { if (!child.shouldUpdate) {
return null; return null;
} }
return child.shouldUpdate(this._getOptions(item)) !== false; return child.shouldUpdate(this._getOptions(item));
}, },
updateItemAt: function (index, item) { updateItemAt: function (index, item) {

Loading…
Cancel
Save