Skip to content

Commit 917a03f

Browse files
Merge forwardport of #13084 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/13084.patch (created by @mayankzalavadia) based on commit(s): 1. f36d2ce Fixed GitHub Issues in 2.3-develop branch: - #5129: Product details page zoom issue when dropdown menu have overlap area with it. (reported by @gizmocn)
2 parents 15d1a96 + 70dd5a3 commit 917a03f

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)