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
This triggers an event for each pointerenter and pointerleave and the pointerdown events, but only pointerdown has an element_id. pointerenter and pointerleave both give the following event args:
The problem is that the "target" attribute of the pointerenter and pointerleave events contain the SVG, not the circle. This seems to be a JavaScript limitation and I'm not sure what to do about it.
Description
This triggers an event for each pointerenter and pointerleave and the pointerdown events, but only pointerdown has an element_id. pointerenter and pointerleave both give the following event args:
whereas the pointerdown triggers:
The text was updated successfully, but these errors were encountered: