Skip to content

Commit

Permalink
fix: duplicate extension warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Nov 13, 2024
1 parent 2bcfffc commit 5caa997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useTextEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const extensions = [
},
// disable the following nodes, since we already have our own
codeBlock: false,
code: false,
paragraph: false,
document: false,
gapcursor: false,
Expand Down

0 comments on commit 5caa997

Please sign in to comment.