Yiannis128 / markdown_editor

Flutter markdown editor widget library.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Cursor moves to previous line if header is removed if it's at the start of the line. #12

Closed Yiannis128 closed 1 year ago

Yiannis128 commented 1 year ago

In the following example:

1st line
*| 2nd line

If the cursor is found from the start of the line, to the indicated location, and the bullet point or any Header mark is removed, then it will be taken to the previous line. This should not happen, what should happen is that the cursor should stay at the start of the line.

Yiannis128 commented 1 year ago

Fixed in 0d2787dbe1e9d031f01d2c87b0a4f9165b6fb6b7