Skip to content

Commit

Permalink
MAGETWO-86542: Fixed magnifier issue. #13084
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Jan 10, 2018
2 parents 7414ce7 + 90a4c33 commit c028345
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 c028345

Please sign in to comment.