fix(nc-gui): disable rich text transformPastedText for now

This commit is contained in:
Ramesh Mane
2025-01-08 06:53:51 +00:00
parent 9bd1f9cf3b
commit c19a9d0d7d
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ const getTiptapExtensions = () => {
emptyEditorClass: 'is-editor-empty',
placeholder: props.placeholder,
}),
Markdown.configure({ breaks: true, transformPastedText: true }),
Markdown.configure({ breaks: true, transformPastedText: false }),
]
if (appInfo.value.ee && !props.hideMention) {