Skip to content

Commit b3776c9

Browse files
authored
ENGCOM-3198: Fix disappearing navigation arrows in fotorama zoom #18590
2 parents f83262e + 1e55371 commit b3776c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web/fotorama/fotorama.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,7 @@ fotoramaVersion = '4.6.4';
20982098
o_navTop = opts.navposition === 'top';
20992099
classes.remove.push(selectClass);
21002100

2101-
$arrs.toggle(opts.arrows);
2101+
$arrs.toggle(!!opts.arrows);
21022102
} else {
21032103
o_nav = false;
21042104
$arrs.hide();

lib/web/fotorama/fotorama.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)