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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(gesture): unable to move text cursor and tap away on mobile (#10821)
* Fixes not being able to move the text cursor within and input on mobile.
* Fixes not being able to blur an input by tapping away on mobile.
Both of the issues were due to the click hijacking from the gesture service being too aggressive and preventing focus from shifting.
Fixes#10301.
Fixes#5365.
0 commit comments