Skip to content

Commit

Permalink
Merge forwardport of #13084 to 2.3-develop branch
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
magento-engcom-team authored Feb 5, 2018
2 parents 15d1a96 + 70dd5a3 commit 917a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/magnifier/magnifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
_init($box, gOptions);
});

$(document).on('mousemove', onMousemove);
$box.on('mousemove', onMousemove);
_init($box, gOptions);

}
Expand Down

0 comments on commit 917a03f

Please sign in to comment.