Skip to content

Commit

Permalink
adapt default editor
Browse files Browse the repository at this point in the history
  • Loading branch information
LIlGG committed Apr 10, 2024
1 parent 31a121d commit 41d2df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/components/editor/DefaultEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import {
DecorationSet,
ExtensionListKeymap,
ExtensionSearchAndReplace,
ExtensionClearFormat,
} from "@halo-dev/richtext-editor";
// ui custom extension
import {
Expand Down Expand Up @@ -396,6 +397,7 @@ onMounted(() => {
ExtensionListKeymap,
UiExtensionUpload,
ExtensionSearchAndReplace,
ExtensionClearFormat,
],
parseOptions: {
preserveWhitespace: true,
Expand Down

0 comments on commit 41d2df1

Please sign in to comment.