Skip to content

Commit 519919f

Browse files
committed
Merge remote-tracking branch 'origin/MC-32330' into 2.4-develop-pr16
2 parents d4add32 + 19c7b22 commit 519919f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/action/update-shopping-cart.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ define([
122122
submitForm: function () {
123123
this.element
124124
.off('submit', this.onSubmit)
125+
.on('submit', function () {
126+
$(document.body).trigger('processStart');
127+
})
125128
.submit();
126129
}
127130
});

0 commit comments

Comments
 (0)