fix: fix multiline copy paste (#4978)
This commit is contained in:
parent
7d4bb3e12b
commit
ab2e96a915
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ export const CoreEditorExtensions = ({
|
|||
Markdown.configure({
|
||||
html: true,
|
||||
transformPastedText: true,
|
||||
breaks: true,
|
||||
}),
|
||||
Table,
|
||||
TableHeader,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue