Skip to content

Commit 8a081fc

Browse files
committed
Merge branch 'pr-33277' into 2.4-develop-prs
2 parents 6be28a6 + 77ca110 commit 8a081fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/mage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ define([
8585
/**
8686
* Init components inside of dynamically updated elements
8787
*/
88-
$('body').on('contentUpdated', function () {
88+
$(document).on('contentUpdated', 'body', function () {
8989
if (mage) {
9090
mage.apply();
9191
}

0 commit comments

Comments
 (0)