anyproto / anytype-ts

Official Anytype client for MacOS, Linux, and Windows
https://anytype.io
Other
3.61k stars 214 forks source link

Mixed Nested Lists Not Resuming #774

Open mathias-ewald opened 3 weeks ago

mathias-ewald commented 3 weeks ago

Have you read a contributing guide?

Current Behavior

When I create an ordered list (1, 2, 3) and add some nested unordered elements (-, - , -), Anytype cannot resume to the ordered list's numbering.

Expected Behavior

Be able to continue the ordered list after nested unorderded elements have been added

Steps To Reproduce

  1. Create a new page
  2. Type "1. " and enter "foo"
  3. Press enter, press tab
  4. Type "- one", press enter
  5. Type "shift+tab"

Notice that the cursor has been shifted left by one tab but it's still an unordered list.

Screenshot 2024-06-13 at 17 06 05

Environment

- OS: MacOS Sonoma
- Version: 0.41.0

Anything else?

No response