fix: add support for pasted content from VS Code, fix #2022

This commit is contained in:
Philipp Kühn
2021-10-12 10:20:13 +02:00
parent 7aef884612
commit 0e0b0b6a8c
2 changed files with 52 additions and 0 deletions

View File

@@ -23,6 +23,9 @@
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"prosemirror-state": "^1.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",