Skip to content

Commit

Permalink
Merge pull request #44 from magento-lynx/MC-42056_fix-dblclick
Browse files Browse the repository at this point in the history
MC-42056: Fix jQuery dblclick calls
  • Loading branch information
sivaschenko authored May 27, 2021
2 parents c40bd1f + 564940d commit 6814f18
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 @@ -653,7 +653,7 @@ define([
});
} else {
$image.off('dblclick');
$image.dblclick(dblClickHandler);
$image.on('dblclick', dblClickHandler);
}

if (gallery.fullScreen) {
Expand Down

0 comments on commit 6814f18

Please sign in to comment.