Skip to content

Commit de3113c

Browse files
committed
fix: corrected Jodit editor configuration
1 parent c9cba1b commit de3113c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ export const renderEditor = () => {
6868
direction: '',
6969
language: 'auto',
7070
debugLanguage: false,
71-
i18n: 'en',
7271
tabIndex: -1,
7372
toolbar: true,
74-
enter: 'P',
73+
enter: 'p',
7574
defaultMode: Jodit.MODE_WYSIWYG,
7675
highlightMode: true,
7776
useSplitMode: false,

0 commit comments

Comments
 (0)