Skip to content

Commit aa3d774

Browse files
committed
Merge pull request #72 from ValeryYafremau/JS-329
JS-329: Conflict behavior of keyboards events
2 parents 6fdd83f + 6bdac30 commit aa3d774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/magnifier/magnify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,14 +905,14 @@ define([
905905
resetVars($(fullscreenImageSelector));
906906
magnifierFullscreen(fotorama);
907907
mousewheel(e, fotorama, element);
908-
showArrows(fotorama);
909908

910909
if ($prevImage) {
911910
calculateMinSize($prevImage);
912911
resetVars($prevImage);
913912
}
914913

915914
toggleStandartNavigation();
915+
showArrows(fotorama);
916916
})
917917
.on('fotorama:load', function (e, fotorama) {
918918
if ($(gallerySelector).data('fotorama').fullScreen) {

0 commit comments

Comments
 (0)