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
Describe the bug
When using bullet lists there are really screwy behaviors like hitting enter deletes lines above the current line and other things. Watch this: https://www.loom.com/share/9836f62670f940f3b5252adb56b26605
Then stick the code into an editor and follow the instruction as shown in the video.
To Reproduce Expected behavior Screenshots
See video
Desktop (please complete the following information):
Performed in Firefox, latest build, Windows 11
Additional context
Here's the html code you can paste into a window and recreate the behavior.
`
line 1
line 1a
line 1b - position cursor on next line and hit enter. This line and the one above it will delete.
line 2 with extra space
line 3
line 1
line 1a
<ul>
<li>line 1b</li>
</ul>
line 2 with extra space
line 3
`
The text was updated successfully, but these errors were encountered:
Describe the bug
When using bullet lists there are really screwy behaviors like hitting enter deletes lines above the current line and other things. Watch this:
https://www.loom.com/share/9836f62670f940f3b5252adb56b26605
Then stick the code into an editor and follow the instruction as shown in the video.
To Reproduce
Expected behavior
Screenshots
See video
Desktop (please complete the following information):
Performed in Firefox, latest build, Windows 11
Additional context
Here's the html code you can paste into a window and recreate the behavior.
`
The text was updated successfully, but these errors were encountered: