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 494a30a commit 31d9aaaCopy full SHA for 31d9aaa
app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js
@@ -69,7 +69,7 @@ define([
69
70
registry.set('position_cache_valid', true);
71
72
- if (this.selected().length === this.selectedData.length || positionCacheValid) {
+ if (this.selected().length === this.selectedData.length && positionCacheValid) {
73
return;
74
}
75
// Check selected data
0 commit comments