-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Description
When I have a passage like this
<><>
This is a paragraph.
This is another parapraph.
And I tried to delete content from the very beginning by pressing the delete key when the cursor is at the front. However, instead of deleting content word by word as intended, it deleted the first <> and the skip the first parapragh and started to delete the second paragraph.
- Can you reproduce the issue?
Steps to reproduce
- [First step]
Having a passage that includes at least three paragraphs which the first paragraph being<><>
- [Second step]
Move the cursor before the first<>
- [Third step]
Start pressingDELETE
Expected behavior:
It first deletes <><>
, and then deletes the first paragraphs, and then deletes the second paragraphs.
Actual behavior:
It deletes the first <>
and then skips the first paragraph and deletes the second paragraphs.
Versions
- Mark Text: 0.14.0
- Operating system: Windows 10.0.17134