Toggle fold on the current line hotkey does not unfold when cursor at end of folded line

Steps to reproduce

  1. Create a file with the following content:
    - item 1
    - item 2
       - child item
    - item 3
    
  2. Enable heading and list item folding
  3. Fold item 2
  4. Move cursor to directly after the ... which replaces the folded content
  5. Run the Toggle fold on the current line command

Expected result

The previously folded content would unfold.

Actual result

Nothing.

Environment

  • Operating system: MacOS Catalina
  • Obsidian version: 0.8.11

Additional information

Screen_Recording_2020-09-08_at_12.47.57

1 Like

I had the same issue today.