Skip to content

Commit

Permalink
fix: not editable of table
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Aug 20, 2024
1 parent c4c7b7f commit da5915e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CodemirrorEditor/InsertFormDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ function insertTable() {
store.editor.operation(() => {
store.editor.replaceSelection(`\n${table}\n`, `end`)
})
// store.editorRefresh()
store.editorRefresh()
resetVal()
// formatContent()
formatContent()
toggleShowInsertFormDialog()
}
</script>
Expand Down

0 comments on commit da5915e

Please sign in to comment.