[FIX] Markdown's ListItem not using the entered index#4388
Conversation
reinaldonetof
left a comment
There was a problem hiding this comment.
Screen.Recording.2022-07-25.at.21.42.59.mov
Do you think is it possible to correct show the list from markdown/List.tsx exactly the same as OrderedList? Because it's showing a strange UI/UX, showing first ordered, later when is sent the message, turns to 1. 1. 1.
See how it's showing when some error occurred.
This is a parse problem and as it will be replaced in a short time, besides being a temporary visual problem (1 second), it's not worth the effort to try to solve it. |
|
Very cool, thanks a lot! |
* fix ordered list number * update snapshot
* fix ordered list number * update snapshot

Proposed changes
Use the correct number instead of index.
Improvement in the code in general.
Issue(s)
How to test or reproduce
Screenshots
Before:

After:

Web:

Types of changes
Checklist
Further comments