-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: When I type : in the editor, it becomes unresponsive. #6768
Comments
yes, i noticed that too.. |
you working on it? |
I’m not actively working on it; I’ve only identified the plugin responsible for the issue. I haven’t explored the specific cause within the plugin. |
I will look into it, and try to open a PR if I can figure it out and fix it. |
fantactuka
added a commit
that referenced
this issue
Oct 30, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to enter a date in the editor (ex:
26-10-2024 10:00:00
). However, after typing26-10-2024 10:00
and pressing:
the editor freezes and becomes unresponsive to any clicks.Peek_2024-10-26_09-51.mp4
Lexical version: 0.18.0
I am using Lexical in Chrome browser (
Version 127.0.6533.88 (Official Build) (64-bit)
)NOTE: I've identified that this issue is caused by the
MarkdownShortcutPlugin
.The text was updated successfully, but these errors were encountered: