Skip to content

Commit c028345

Browse files
author
Oleksii Korshenko
authored
MAGETWO-86542: Fixed magnifier issue. #13084
2 parents 7414ce7 + 90a4c33 commit c028345

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)