Skip to content

Commit

Permalink
fix item option changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ksercs committed Oct 14, 2024
1 parent c35176c commit bac85ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme/js/__internal/ui/m_multi_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ const MultiView = CollectionWidget.inherit({
},

_itemOptionChanged(item, property) {
this.callBase(arguments);
this.callBase(...arguments);

const { selectedItem } = this.option();
if (property === 'visible' && item === selectedItem) {
Expand Down

0 comments on commit bac85ed

Please sign in to comment.