Skip to content

Commit 21f85b4

Browse files
authored
Restore sidebar.js
1 parent a6a17d3 commit 21f85b4

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
@@ -93,9 +93,7 @@ define([
9393

9494
/** @inheritdoc */
9595
always: function (e) {
96-
if (e && typeof e.stopImmediatePropagation === 'function') {
97-
e.stopImmediatePropagation();
98-
}
96+
e.stopImmediatePropagation();
9997
}
10098
}
10199
});

0 commit comments

Comments
 (0)