Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested lists do not start new counting #1028

Open
BananaEgg opened this issue Feb 13, 2025 · 1 comment
Open

Nested lists do not start new counting #1028

BananaEgg opened this issue Feb 13, 2025 · 1 comment

Comments

@BananaEgg
Copy link

BananaEgg commented Feb 13, 2025

When inserting nested lists, a new nested list should start a new count.
As you can see in the image, the second nested list should start again with "a".

Image

In the HTML code you can see that it doesn't create a new nested list but a list with an indent class:

<p>😩</p> <ol><li>La la al a</li> <li>Ba ba ba </li> <li class="ql-indent-1">Foo</li> <li class="ql-indent-1">Bar</li> <li>Sa sa sa</li> <li class="ql-indent-1">Tim</li> </ol>

Tnx

@Renmauzuo
Copy link

Renmauzuo commented Feb 14, 2025

It looks like this is an issue with quill itself rather than react-quill. I was able to reproduce it in regular quill:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants