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

calling setContents() with list:"bullet" results in list:"ordered" being rendered #847

Closed
sachinrekhi opened this issue Aug 4, 2016 · 0 comments

Comments

@sachinrekhi
Copy link
Contributor

calling setContents() with list:"bullet" results in list:"ordered" being rendered

Steps for Reproduction

  1. Visit beta.quilljs.com
  2. Enter in console:
quill.setContents({"ops":[{"insert":"one"},{"attributes":{"list":"bullet"},"insert":"\n"}]})

Expected behavior:
Editor shows an unordered bullet

Actual behavior:
Editor shows a numbered list

screen shot 2016-08-03 at 5 13 39 pm

Platforms:
Chrome 52 on Mac 10.11

Version:
Quill 1.0 Beta 11

@jhchen jhchen closed this as completed in 918eadf Aug 18, 2016
@jhchen jhchen mentioned this issue Aug 18, 2016
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

1 participant