fix: fix multiline copy paste (#4978)

This commit is contained in:
M. Palanikannan 2024-07-01 13:18:35 +05:30 committed by GitHub
parent 7d4bb3e12b
commit ab2e96a915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,6 +125,7 @@ export const CoreEditorExtensions = ({
Markdown.configure({ Markdown.configure({
html: true, html: true,
transformPastedText: true, transformPastedText: true,
breaks: true,
}), }),
Table, Table,
TableHeader, TableHeader,