reearth / resium

React components for 🌏 Cesium
https://resium.reearth.io
MIT License
704 stars 130 forks source link

Update EntityDescription.ts #639

Open mfarmer-ara opened 9 months ago

mfarmer-ara commented 9 months ago

Removes assumption that the infobox always has the bodyless class.

From looking at the infobox behavior it looks like the bodyless class isn't always present when you click different entities. Removing it fixed the issues detailed in https://github.com/reearth/resium/issues/628

Tested both on my local environment using Resium as well as the story noted in the issue that exhibited similar behavior.

closes #628

mfarmer-ara commented 3 months ago

Updated branch to be on latest, is this able to get merged? While we have a workaround it's not ideal.

Thanks!