Commit 5fd2cbe
Allow links that are entire text views to be focusable when co-opted
Summary:
The co-opting logic failed to account fo the case where the entire text view as a link and therefore turns off ax. In this case I think it makes sense to re-focus that element again so the user can interact with the link.
Changelog: [Internal]
Differential Revision: D742626751 parent d94f4d8 commit 5fd2cbe
File tree
1 file changed
+2
-1
lines changed- packages/react-native/React/Fabric/Mounting/ComponentViews/Text
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| |||
0 commit comments