Skip to content

Commit ad09de9

Browse files
Fix disappearing navigation arrows in fotorama zoom
1 parent 4a6b81f commit ad09de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/fotorama/fotorama.js

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

2095-
$arrs.toggle(opts.arrows);
2095+
$arrs.toggle(!!opts.arrows);
20962096
} else {
20972097
o_nav = false;
20982098
$arrs.hide();

0 commit comments

Comments
 (0)