We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d9aaa commit fe25a09Copy full SHA for fe25a09
app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js
@@ -82,6 +82,7 @@ define([
82
for (i = 0; i < this.selected().length; i++) {
83
key = this.selected()[i];
84
this.selectedData.hasOwnProperty(key) || this.selected.splice(this.selected().indexOf(key), 1);
85
+ this.selectedData.hasOwnProperty(key) || (i--);
86
}
87
},
88
0 commit comments