Skip to content

Commit 459a114

Browse files
committed
MAGETWO-64250: Merge Pull Requests magento/magento2 #8434, #8417, #8420
- Merge Pull Request #8434 from Crossmotion/magento2:patch-1
2 parents d28b5d0 + 347a265 commit 459a114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/gallery/gallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ define([
150150
}
151151
});
152152

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

0 commit comments

Comments
 (0)