Skip to content

Commit 160bc5d

Browse files
0m3rmageprince
authored andcommitted
Restore sidebar.js
1 parent 07f7d83 commit 160bc5d

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
@@ -92,9 +92,7 @@ define([
9292

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

0 commit comments

Comments
 (0)