-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Pasting Nested Lists #421
Comments
I'm having the same problem. |
Thank you Jason! (I assume it works even though it appears the example editor hasn't received this change yet) |
It's fixed in the codebase but I have not released a new version yet so it's not yet live on quilljs.com. Version 0.20.0 should have this fix. |
Awesome! Is there some way I can buy you a beer or some other tasty beverage? |
@jhchen thanks Jason. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like Quill only supports singly-nested lists, however, I think I found a bug where when pasting in a multi-nested list that has a multi-nested item last it seems to cut off everything after that item.
To demonstrate here's a JSBin with two different sections you can copy paste into an editor (such as the example editor).
When you paste the top section it cuts off after the second level, "second level is the last, then".
Best,
Ryan
The text was updated successfully, but these errors were encountered: