Elius94 / react-photo-sphere-viewer

Photosphere Viewer for React.JS
MIT License
65 stars 21 forks source link

fix: navbar can set boolean #19

Closed janpoem closed 1 year ago

Elius94 commented 1 year ago

Hi! Thanks for the PR. Monday I will test it and review it. Thanks for the help! πŸ˜‰β˜ΊοΈπŸ™

janpoem commented 1 year ago

Another problem was found, the sentence value || true dose not work when the value is false.

Such as useXmpData={false}. The value will always be true.