Skip to content

Commit

Permalink
🔃 [EngCom] Public Pull Requests - 2.2-develop
Browse files Browse the repository at this point in the history
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
  • Loading branch information
magento-team authored Jan 11, 2018
2 parents 7414ce7 + c028345 commit 5bd0104
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 5bd0104

Please sign in to comment.