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
[RN Mobile] Fix Rich-Text setSelection call on Android when BR tags at the end of content (#18138)
* Make sure to detect BR tags before closing P tag, and remove them from the Selection indexes on Android
* Use the same RegExp of Aztec
* Add comment and use grouping on the matching regexp
* Make the logic that re-set the selection indexes more clear
0 commit comments