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
HI, is there a way to manage mouse or touch events on svg nodes?
I'm trying to handle click event on an svg node
<SvgProxy key={ix} selector={selector} onclick={()=>handleclick(selector)} />
but doesn't work
Thank You