You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new line via the enter key in any type of list (ordered / unordered / checkboxes), while a new item automatically gets created and even follows the numbering in a numbered list for example, it does not follow the indentation level of the previous item. So when creating indented lists with multiple items, it can get tedious to manually indent every newly created line item, especially if there are multiple levels of indentation.
Steps to reproduce
Create a new memo
Create a list item
Create a second list item in a new line and indent it
Press the enter key
Expected outcome
The third list item should have the same indentation level as the one above
Actual outcome
The third list item is not indented.
Type of feature
User Experience (UX)
Additional context
No response
The text was updated successfully, but these errors were encountered:
…4050)
* fix: automatic indentation follows previous lines in lists (#4048)
* fix: automatic indentation follows previous lines in lists (#4048)
change the position of this logic and recommit it
Describe the solution you'd like
When creating a new line via the enter key in any type of list (ordered / unordered / checkboxes), while a new item automatically gets created and even follows the numbering in a numbered list for example, it does not follow the indentation level of the previous item. So when creating indented lists with multiple items, it can get tedious to manually indent every newly created line item, especially if there are multiple levels of indentation.
Steps to reproduce
Expected outcome
The third list item should have the same indentation level as the one above
Actual outcome
The third list item is not indented.
Type of feature
User Experience (UX)
Additional context
No response
The text was updated successfully, but these errors were encountered: