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
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
When we press Enter in the middle of a sentence inside of a list, instead of pushing the rest of the sentence to the new line, it inserts a new line and then pushes the rest of the sentence to the new line which creates an extra unneeded line that can be very annoying at times for the user.
Expected Behavior
It should push the rest of the text to the next number without inserting an extra new line
Current Behavior
It inserts a new line and then pushes the rest of the paragraph to the next number.
Possible Solution
Steps to Reproduce
Paste a sample paragraph into the editor.
Click on the numbered list button in the toolbar
Now that the entire paragraph is under number 1 in the list, go to the end of the first line and press Enter
You would see an extra line that should not be there.