diff --git a/src/components/CodemirrorEditor/InsertFormDialog.vue b/src/components/CodemirrorEditor/InsertFormDialog.vue index 3c720f471..ade2f24cf 100644 --- a/src/components/CodemirrorEditor/InsertFormDialog.vue +++ b/src/components/CodemirrorEditor/InsertFormDialog.vue @@ -27,9 +27,9 @@ function insertTable() { store.editor.operation(() => { store.editor.replaceSelection(`\n${table}\n`, `end`) }) - // store.editorRefresh() + store.editorRefresh() resetVal() - // formatContent() + formatContent() toggleShowInsertFormDialog() }