Replies: 1 comment
-
Maybe you have additional Dom layers up front, this is just css at this point. There are many examples in the R3f docs with clickable html components |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added a few Html components in my scene and I'm trying to add pointer events to them:
onPointerOver
,onPointerOut
andOnClick
, but they are not responding. I tried addingpointerEvents: "all"
to the component's style, but it didn't help.Am I missing something? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions