scaleflex/js-cloudimage-360-view

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

Looks like this return statement causes this bug?

if (this.hide360Logo) return this.remove360ViewIcon();

To me it looks like the return should simply be removed?

Maintainers please check if that fix is correct. Thanks!