Open basham opened 9 years ago
http://stackoverflow.com/questions/18646111/disable-onfocus-event-for-svg-element
<svg focusable="false"></svg> does this job.
<svg focusable="false"></svg>
Unfortunately, React doesn't support focusable. I don't quite know how I can force it to display the attribute.
http://stackoverflow.com/questions/18646111/disable-onfocus-event-for-svg-element