Skip to content

Commit 0cabeb9

Browse files
committed
fix: corrected paste from Word
1 parent 797ce4f commit 0cabeb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpmyfaq/admin/assets/src/content/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const renderEditor = () => {
9393
useSplitMode: false,
9494
askBeforePasteFromWord: true,
9595
processPasteFromWord: true,
96-
defaultActionOnPasteFromWord: 'insert_clear_html',
96+
defaultActionOnPasteFromWord: Jodit.constants.INSERT_AS_TEXT,
9797
colors: {
9898
greyscale: [
9999
'#000000',

0 commit comments

Comments
 (0)