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
If you create 2 lists - one unordered, the followed by an ordered list - without a line break in between them, Quill is putting each <li> under the same <ol> creating a weird rendering condition. See screenshot.
Steps for Reproduction
Create an unordered list and add some content
Add a linebreak (see second list item)
click backspace to remove list formatting
Create an ordered list
See that first ordered list item has value 2 (with css applied to data-list="ordered" element) and that element is wrapped by the same <ol> as the unordered list.
Expected behavior:
Lists should be held by separate <ol> containers
Actual behavior:
Lists rendered in same <ol>
Platforms:
Chrome
Version:
2.0.0-rc.3
The text was updated successfully, but these errors were encountered:
If you create 2 lists - one unordered, the followed by an ordered list - without a line break in between them, Quill is putting each
<li>
under the same<ol>
creating a weird rendering condition. See screenshot.Steps for Reproduction
<ol>
as the unordered list.Expected behavior:
Lists should be held by separate
<ol>
containersActual behavior:
Lists rendered in same
<ol>
Platforms:
Chrome
Version:
2.0.0-rc.3
The text was updated successfully, but these errors were encountered: