Skip to content

Commit 244566e

Browse files
committed
AC-7681:: Multiple errors are displayed in Console when switching images in mobile view
1 parent 868c337 commit 244566e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,6 @@ fotoramaVersion = '4.6.4';
12191219
}
12201220

12211221
function stopEvent(e, stopPropagation) {
1222-
e.preventDefault ? e.preventDefault() : (e.returnValue = false);
12231222
stopPropagation && e.stopPropagation && e.stopPropagation();
12241223
}
12251224

0 commit comments

Comments
 (0)