Skip to content

Commit 1933e66

Browse files
committed
Merge remote-tracking branch '38623/2.4-develop' into community_prs_april
2 parents c5c662b + d1f7747 commit 1933e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/view/utils/dom-observer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ define([
149149
_.each(watchers.selectors, function (listeners, selector) {
150150
for (let data of listeners) {
151151
if (!data.ctx.contains(node) || !$(node, data.ctx).is(selector)) {
152-
break;
152+
continue;
153153
}
154154

155155
if (data.type === 'add') {

0 commit comments

Comments
 (0)