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
I'm trying to copy paste text from google docs into a quill.js editor, but whenever I copy paste, it removes almost all empty lines (i.e empty paragraphs). Is there a way to fix this?
For example,
In google docs:
Text1
Text2
Text3
Then after copy pasting into quill.js editor, it appears as
Text1
Text2
Text3
When copy pasting from notepad it preserves the empty lines.
The text was updated successfully, but these errors were encountered:
hey - based on a similar concern i'd had in the past - are you sure this is missing lines vs missing spacing? i imagine you can edit your css for the editors content to match what you typically see on the web. So I added the following -
I'm trying to copy paste text from google docs into a quill.js editor, but whenever I copy paste, it removes almost all empty lines (i.e empty paragraphs). Is there a way to fix this?
For example,
In google docs:
Text1
Text2
Text3
Then after copy pasting into quill.js editor, it appears as
Text1
Text2
Text3
When copy pasting from notepad it preserves the empty lines.
The text was updated successfully, but these errors were encountered: