Skip to content

Commit d937ca7

Browse files
0m3rgelanivishal
authored andcommitted
Restore sidebar.js
1 parent 540cdb5 commit d937ca7

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js

1 file changed

+1
-3
lines changed

app/code/Magento/Checkout/view/frontend/web/js/sidebar.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ define([
8080

8181
/** @inheritdoc */
8282
always: function (e) {
83-
if (e && typeof e.stopImmediatePropagation === 'function') {
84-
e.stopImmediatePropagation();
85-
}
83+
e.stopImmediatePropagation();
8684
}
8785
}
8886
});

0 commit comments

Comments
 (0)