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.
2 parents 23f840e + fe25a09 commit 7d12468Copy full SHA for 7d12468
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