-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
[PRO]: Deleting an Emoji/Mention causes editor to loose focus #5550
Comments
Interesting, yea mobile support has always been difficult. We do have some kludges for mobile support & prosemirror is always working on making that better, but I didn't find anything here that we've added for this. The emoji extension is a inline node so I wonder is this is an issue with others like it (maybe mentions?) |
Yes, it does exactly the same with mentions! |
Well that narrows things down. I wonder whether this is problem with Tiptap or prosemirror (our base library).Maybe this example might be able to show us where the issue is? https://prosemirror.net/examples/dino/ |
May be related to #677. |
I don't seem to have the issue on the example |
The same is happening for our team with mentions |
Affected Packages
emojis, mentions
Version(s)
2.0.0
Description of the Bug
When deleting an Emoji or a Mention, I loose focus and the keyboard disappears, then reappears. This causes frequent misslicks as it moves the interface (see video attached).
Tested in an Android Chrome.
screen-20240825-023653.2.mp4
Browser Used
Chrome
Code Example (Preferred)
No response
Expected Behavior
Not losing focus when deleting nodes.
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: