-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
[BUG] Typing email address with three domain segments, auto-link leaves editor in broken state #542
Comments
This is entirely a Lexical behavior, have you searched for a similar problem on their side? |
The same test works correctly on the lexical playground site: https://playground.lexical.dev/ |
Searching for issues in their repo found this - facebook/lexical#6430. Since this will be fixed once Lexical releases a new version, I will close this issue. |
facebook/lexical has now released v0.17.0. Is there a rough timeframe for when this update will be included in mdx-editor? |
🎉 This issue has been resolved in version 3.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
If you want to ask for support or request features, sponsor the project and contact me over email.
Describe the bug
Typing an email address with more than two domain levels leaves the editor in a broken state (e.g.
[email protected]
) due to auto-link plugin.To Reproduce
Steps to reproduce the behavior:
[email protected]
).com
part is typed the email is "auto-linked"..au
the backspace key no longer works (it selects the text instead of removing).Expected behavior
After typing
.au
the full email address should have been converted into a link, and the editor state should remain editable.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: