We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212a533 commit 9b324e8Copy full SHA for 9b324e8
lib/web/mage/gallery/gallery.js
@@ -141,7 +141,7 @@ define([
141
this.setupBreakpoints();
142
this.initFullscreenSettings();
143
144
- this.settings.$element.on('mouseup', '.fotorama__stage__frame', function () {
+ this.settings.$element.on('click', '.fotorama__stage__frame', function () {
145
if (
146
!$(this).parents('.fotorama__shadows--left, .fotorama__shadows--right').length &&
147
!$(this).hasClass('fotorama-video-container')
0 commit comments