Skip to content

Commit

Permalink
MAGETWO-64250: Merge Pull Requests magento/magento2 #8434, #8417, #8420
Browse files Browse the repository at this point in the history
 - Merge Pull Request #8434 from Crossmotion/magento2:patch-1
  • Loading branch information
vrann committed Feb 15, 2017
2 parents d28b5d0 + 347a265 commit 459a114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/mage/gallery/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ define([
}
});

if (this.isTouchEnabled) {
if (this.isTouchEnabled && this.settings.isFullscreen) {
this.settings.$element.on('tap', '.fotorama__stage__frame', function () {
var translate = getTranslate($(this).parents('.fotorama__stage__shaft'));

Expand Down

0 comments on commit 459a114

Please sign in to comment.