We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The goal of this issue is to:
selection.set
focus()
useEditMode
selection
I'm not quite sure why this is necessary, but it was having the following problem on iOS Safari: Tap a thought - cursor moves, keyboard stays closed Tap it again - keyboard opens Close keyboard Tap it again - keyboard does not open
I'm not quite sure why this is necessary, but it was having the following problem on iOS Safari:
Tap a thought - cursor moves, keyboard stays closed
Tap it again - keyboard opens
Close keyboard
Tap it again - keyboard does not open
Originally posted by @ethan-james in #2752 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The goal of this issue is to:
selection.set
and whyfocus()
is needed (if possible).focus()
call intoselection.set
.focus()
fromuseEditMode
to restore the invariant that all selection behavior occurs via theselection
module.Originally posted by @ethan-james in #2752 (comment)
The text was updated successfully, but these errors were encountered: