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 b1c7bfb commit d632f95Copy full SHA for d632f95
app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/listing.js
@@ -55,7 +55,7 @@ define([
55
if ($messagesBlock.length) {
56
resultHeight += $messagesBlock.outerHeight();
57
}
58
- console.log('Reproduce eslint issue');
+
59
if ($collapsibleBlock.length && $collapsibleBlock.is(':visible') && !closed) {
60
resultHeight += $collapsibleBlock.outerHeight();
61
0 commit comments