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 460b40b commit 17f5a13Copy full SHA for 17f5a13
app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js
@@ -82,7 +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--);
+ this.selectedData.hasOwnProperty(key) || i--;
86
}
87
},
88
0 commit comments