Skip to content

Commit

Permalink
Fix editor input/paste rules for tiptap v2
Browse files Browse the repository at this point in the history
Resolves #470
  • Loading branch information
yeln4ts committed Jul 5, 2023
1 parent 05c3e66 commit c811e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ export default {
return
this.updateHTML()
},
disableInputRules: true,
disablePasteRules: true
enableInputRules: false,
enablePasteRules: false
}),
json: '',
html: '',
Expand Down

0 comments on commit c811e45

Please sign in to comment.