Disable onfocus event for svg element

后端 未结 1 521
庸人自扰
庸人自扰 2020-12-14 15:08

I realized that tabindex=-1 doesn\'t work for elements. Is there a way to disable the focus event for it?

相关标签:
1条回答
  • 2020-12-14 15:15

    <svg focusable="false"></svg> does this job.

    0 讨论(0)
提交回复
热议问题