Skip to content

Commit 5bd0104

Browse files
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #13084: Fixed magnifier issue. (by @mayankzalavadia) Fixed GitHub Issues: - #5129: Product details page zoom issue when dropdown menu have overlap area with it. (reported by @gizmocn) has been fixed in #13084 by @mayankzalavadia in 2.2-develop branch Related commits: 1. f36d2ce
2 parents 7414ce7 + c028345 commit 5bd0104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/magnifier/magnifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
_init($box, gOptions);
589589
});
590590

591-
$(document).on('mousemove', onMousemove);
591+
$box.on('mousemove', onMousemove);
592592
_init($box, gOptions);
593593

594594
}

0 commit comments

Comments
 (0)