I use CSS2DRenderer as a label, and OrbitControls control the camera, which causes the label to have no click event. What do I need to do to make my label respond to mouse events, thank you

Try to use pointer events instead of mouse events, see Mousedown event is not getting triggered.
Thank you moderator, your reply has been very timely and enthusiastic, I will try this method
