We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc289c commit 2e1ef8aCopy full SHA for 2e1ef8a
src/components/Editor/src/Editor.vue
@@ -90,6 +90,12 @@ const editorConfig = computed((): IEditorConfig => {
90
},
91
autoFocus: false,
92
scroll: true,
93
+ EXTEND_CONF: {
94
+ mentionConfig: {
95
+ showModal: () => {},
96
+ hideModal: () => {}
97
+ }
98
+ },
99
MENU_CONF: {
100
['uploadImage']: {
101
server: getUploadUrl(),
0 commit comments