Skip to content

Commit

Permalink
#AC-7870::Product Video is not getting played on StoreFront-updated f…
Browse files Browse the repository at this point in the history
…otorama lib
  • Loading branch information
glo05363 committed Feb 2, 2023
1 parent e3e436c commit 8c1744d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/fotorama/fotorama.js
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,7 @@ fotoramaVersion = '4.6.4';
}

function stopEvent(e, stopPropagation) {
e.preventDefault ? e.preventDefault() : (e.returnValue = false);
stopPropagation && e.stopPropagation && e.stopPropagation();
}

Expand Down

0 comments on commit 8c1744d

Please sign in to comment.