We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446c3ce commit 8d0d56fCopy full SHA for 8d0d56f
app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/listing.js
@@ -55,6 +55,7 @@ define([
55
if ($messagesBlock.length) {
56
resultHeight += $messagesBlock.outerHeight();
57
}
58
+ console.log('Reproduce eslint issue');
59
60
if ($collapsibleBlock.length && $collapsibleBlock.is(':visible') && !closed) {
61
resultHeight += $collapsibleBlock.outerHeight();
app/code/Magento/Bundle/view/adminhtml/web/js/bundle-product.js
@@ -89,6 +89,7 @@ define([
89
update: this._updateSelectionsPositions,
90
tolerance: 'pointer'
91
});
92
93
94
return this;
95
},
0 commit comments