Setting data attribute "data-hide-360-logo" not only hides the logo, but also the arrow controls (cloudimage-360-left, cloudimage-360-right, etc.)
Opened this issue · 2 comments
joshsedl commented
Removing "data-hide-360-logo" will display the arrow controls once again.
JPustkuchen commented
Looks like this return
statement causes this bug?
js-cloudimage-360-view/src/ci360.service.js
Line 922 in 39469ed
To me it looks like the return
should simply be removed?
JPustkuchen commented
Maintainers please check if that fix is correct. Thanks!