-
-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
Description
Silverbullet version: 2.3.0-0-g21ddcb4
Platform: Windows 11
Browser: Firefox
Steps:
- Create a new page with three sections and a bullet list:
# Section A
# Section B
# Section C
* item A
* item B
- Mouse-click on the text "item B" so as to position the text cursor for editing that line.
Expected behavior: the cursor is positioned at line "item B", and that line can be edited.
Actual Behavior:
- The cursor does not move.
- If the cursor is moved using the up/down arrow keys on the keyboard, it jumps over the line "item B".
As the result, there is no obvious way of editing "item B".
This problem happens only if there are at least three level-one sections.
If the line # Section C is removed, moving the cursor to "item B" works just fine.