Skip to content

Commit 4ba697f

Browse files
author
Stanislav Idolov
authored
ENGCOM-3200: [Backport] Fix disappearing navigation arrows in fotorama zoom #18595
2 parents a095e4f + 09d1433 commit 4ba697f

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
@@ -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)