Skip to content

Commit

Permalink
JS-329: Conflict behavior of keyboards events
Browse files Browse the repository at this point in the history
   - bug fixing
  • Loading branch information
ValeryYafremau committed Dec 11, 2015
1 parent 6fdd83f commit 6bdac30
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 6bdac30

Please sign in to comment.