From 8c1744d663ba33c11100e44161228d154cea724c Mon Sep 17 00:00:00 2001 From: glo5363 Date: Thu, 2 Feb 2023 21:43:46 +0530 Subject: [PATCH] #AC-7870::Product Video is not getting played on StoreFront-updated fotorama lib --- lib/web/fotorama/fotorama.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/web/fotorama/fotorama.js b/lib/web/fotorama/fotorama.js index 7632f33547724..077a81b096685 100644 --- a/lib/web/fotorama/fotorama.js +++ b/lib/web/fotorama/fotorama.js @@ -1219,6 +1219,7 @@ fotoramaVersion = '4.6.4'; } function stopEvent(e, stopPropagation) { + e.preventDefault ? e.preventDefault() : (e.returnValue = false); stopPropagation && e.stopPropagation && e.stopPropagation(); }