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
fix#1471: every element is focusable on web (#1585)
As described in #1471, each SVG element is focusable/tabable on web by default. This can create issues in keyboard navigation.
As explained by @jondkoon#1471 (comment), the TouchableMixin attaches blur handler which makes SVG elements focusable.
So, to solve this, we only attach touchable mixin handlers if the element has any touchable props.
0 commit comments