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
I experienced this issues and would like to provide more info.
it seems this is problem only on Android, IOS works ok for me
after some investigation I found out the problem is that by default Android use Spell Check (signaled by underline when you type the word
when you are in the spell check mode (underline), floating menu does not register typing (or updates at all?)
I thought the reason is the word is not entered until space and therefor typing not registered but no. Using collab function I can see every letter is actually sent, just floating menu does not register updates until space
I have no idea how to fix as I actually don't understand why is this exactly a problem.
Not a fix, but workaround which works for now:
Disable Spell Check on your phone (not really practical)
add autocorrect="off" to disable autocorrect on your editor which disables the android spell check so it works (but you lose spell check obviously)
I tested it by adding it to editor but it could be added only to empty paragraphs etc
What’s the bug you are facing?
Floating menu hides only after entering space character.

How can we reproduce the bug on our side?
Open example with floating menu on mobile, enter anything
Can you provide a CodeSandbox?
No response
What did you expect to happen?
Floating menu gotta close
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: