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
While COPY & paste is working fine, CUT & paste does not seem to be working properly. When I CUT (using Command+X) the cut content is properly removed from the editor. But when I subsequently paste in the editor, the previous content in the clipboard is pasted as opposed to the recently cut content.
Steps for Reproduction
Visit beta.quilljs.com
Cut the first word in the editor, "Rich", using Command+X
Go to the end of the line and press Command+V
Expected behavior:
The word Rich is pasted at the end of the line
Actual behavior:
What's actually pasted is whatever was previously in the clipboard before the cut of Rich
Platforms:
Chrome 51 on Mac 10.11
Version:
Quill 1.0 Beta 6
The text was updated successfully, but these errors were encountered:
While COPY & paste is working fine, CUT & paste does not seem to be working properly. When I CUT (using Command+X) the cut content is properly removed from the editor. But when I subsequently paste in the editor, the previous content in the clipboard is pasted as opposed to the recently cut content.
Steps for Reproduction
Expected behavior:
The word Rich is pasted at the end of the line
Actual behavior:
What's actually pasted is whatever was previously in the clipboard before the cut of Rich
Platforms:
Chrome 51 on Mac 10.11
Version:
Quill 1.0 Beta 6
The text was updated successfully, but these errors were encountered: