Closed DmitrySkripkin closed 6 months ago
Cutting/Pasting an embed also seems to throw away the embed formatting, leaving only the inner text. You can replicate this on the quilljs.com homepage by cutting/pasting the formula at the bottom.
Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide :pray:
Steps for Reproduction
Expected behavior: Selected formula pasted
Actual behavior: Selected formula + extra content pasted
Platforms: Linux, MacOS - latest Chrome
Version: 1.3.3
P.S. You can select formula and run this code:
Only one embed is cloned. How does quill handle copy/paste? Can't find anything that can help me to solve this issue.
P.P.S.
quill.getContents()
returns only one embed too.