-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Inline code with backticks stays within the code tag when closing #11276
Labels
[Feature] Rich Text
Related to the Rich Text component that allows developers to render a contenteditable
[Type] Bug
An existing feature does not function as intended
Milestone
Comments
Yes, we should fix this. Thanks for the report. |
ellatrix
added
[Feature] Rich Text
Related to the Rich Text component that allows developers to render a contenteditable
[Type] Bug
An existing feature does not function as intended
labels
Oct 31, 2018
2 tasks
mtias
added
[Type] Enhancement
A suggestion for improvement.
and removed
[Type] Bug
An existing feature does not function as intended
labels
Nov 21, 2018
ellatrix
added
[Type] Bug
An existing feature does not function as intended
and removed
[Type] Enhancement
A suggestion for improvement.
labels
Jan 29, 2019
4 tasks
5 tasks
This was referenced Feb 18, 2019
@ellatrix Can this fix be called via API? I'm having the similar issue when adding custom markdown : Thanks! |
@ellatrix Just figure it out :) Driving me crazy but really glad to have it figure out. Thanks! |
@phpbits how did you solve your issue? |
This was referenced Apr 30, 2020
This was referenced Apr 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Feature] Rich Text
Related to the Rich Text component that allows developers to render a contenteditable
[Type] Bug
An existing feature does not function as intended
Describe the bug
Adding inline code tags using the backtick shortcuts keeps the cursor within the code formatting and forces you to navigate out of it to write normal text.
To Reproduce
Expected behavior
After the backtick that closes the code tag is added, the cursor should automatically be outside the code tag as it is in the classic editor
Screencast
https://youtu.be/-pAGqeNckf8
Additional context
The text was updated successfully, but these errors were encountered: