We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7e2a5 commit f4e745cCopy full SHA for f4e745c
lib/web/magnifier/magnify.js
@@ -947,14 +947,14 @@ define([
947
e.stopPropagation();
948
});
949
950
- $zoomOut.keyup(function (e) {
+ $zoomOut.on('keyup', function (e) {
951
952
if (e.keyCode === 13) {
953
zoomOut(e);
954
}
955
956
957
- $(window).keyup(function (e) {
+ $(window).on('keyup', function (e) {
958
959
if (e.keyCode === 109 || fotorama.fullscreen) {
960
0 commit comments