Adding new item to the list doesn't update its order

Hi there,

I’ve noticed that when adding new items to an ordered list if the item added is not the last one in the list, the list is not updated properly.
Example. If I have something like this:
1. Item 01
2. Item 02
3. Item 03

and I add a new item before 3, this is what I get
1. Item 01
2. Item 02
3. …
3. Item 03

Is this a known limitation?

Yes it is, it’s unfortunately difficult to fix with the current editor. But there’s work being done to upgrade the editor which will allow for nicer behaviors like this.

3 Likes

Thank you, @CalebJohn

Glad to hear they’re working on it!