You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use threebox-plugin with react-map-gl , I can't select object, it seem like mouse click event is prevented, does anyone encounter the same problem?
The text was updated successfully, but these errors were encountered:
Hi,
yes, I just encountered the same problem and can't tell why.
As soon as I initialize a new threebox(...), I can't click my markes on the map anymore.
Were you able to solve it?
I tried debugging a bit and see threebox fires e.preventDefault(); incorrectly at a onClick function, but that's not the case
Threebox version: 2.2.7
Question
When I use threebox-plugin with react-map-gl , I can't select object, it seem like mouse click event is prevented, does anyone encounter the same problem?
The text was updated successfully, but these errors were encountered: