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
When you copy/paste a series of bullets from one part of a Quill document to another part of the same document, the last bullet is always lost.
The workaround is for the end user to also copy/paste the trailing newline immediately after the list of bullets. However this is very unintuitive for end-users to know to do this since other editors don't require this. Thus resulting most of the time missing the last bullet and having to manually add it back.
Steps for Reproduction
Visit beta.quilljs.com
Create a few bullets
Copy/paste those bullets somewhere else in doc
Expected behavior:
All bullets are copied with bullet in front of each line
Actual behavior:
The last line is missing a bullet
Platforms:
Chrome 50 on Mac 10.11
Version:
Quill 1.0 Beta 2
The text was updated successfully, but these errors were encountered:
Hm, the bug behavior here seems to have changed in Quill 1.0 Beta 8. Now when you copy/paste a few bullets, the pasted result now actually has an extra empty bullet (as opposed to before when it was missing the last bullet):
When you copy/paste a series of bullets from one part of a Quill document to another part of the same document, the last bullet is always lost.
The workaround is for the end user to also copy/paste the trailing newline immediately after the list of bullets. However this is very unintuitive for end-users to know to do this since other editors don't require this. Thus resulting most of the time missing the last bullet and having to manually add it back.
Steps for Reproduction
Expected behavior:
All bullets are copied with bullet in front of each line
Actual behavior:
The last line is missing a bullet
Platforms:
Chrome 50 on Mac 10.11
Version:
Quill 1.0 Beta 2
The text was updated successfully, but these errors were encountered: