Merge branch 'main' of github.com:ueberdosis/tiptap-next

This commit is contained in:
Hans Pagel
2021-01-29 15:15:41 +01:00
102 changed files with 587 additions and 118 deletions

View File

@@ -77,9 +77,6 @@ export default {
Highlight,
TaskList,
CustomTaskItem,
Collaboration.configure({
document: ydoc,
}),
CollaborationCursor.configure({
provider: this.provider,
user: this.currentUser,
@@ -87,6 +84,9 @@ export default {
this.users = users
},
}),
Collaboration.configure({
document: ydoc,
}),
],
})