Skip to content

Commit 90a4c33

Browse files
committed
MAGETWO-86542: Fixed magnifier issue. magento#13084
- Merge Pull Request magento#13084 from mayankzalavadia/magento2:patch-5129 - Merged commits: 1. f36d2ce
2 parents 5790c16 + f36d2ce commit 90a4c33

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)