Skip to content

Commit

Permalink
Merge pull request #72 from ValeryYafremau/JS-329
Browse files Browse the repository at this point in the history
JS-329: Conflict behavior of keyboards events
  • Loading branch information
uharbachou1 committed Dec 11, 2015
2 parents 6fdd83f + 6bdac30 commit aa3d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/magnifier/magnify.js
Original file line number Diff line number Diff line change
Expand Up @@ -905,14 +905,14 @@ define([
resetVars($(fullscreenImageSelector));
magnifierFullscreen(fotorama);
mousewheel(e, fotorama, element);
showArrows(fotorama);

if ($prevImage) {
calculateMinSize($prevImage);
resetVars($prevImage);
}

toggleStandartNavigation();
showArrows(fotorama);
})
.on('fotorama:load', function (e, fotorama) {
if ($(gallerySelector).data('fotorama').fullScreen) {
Expand Down

0 comments on commit aa3d774

Please sign in to comment.