fix: fix plugin order for collab, fix #1973

This commit is contained in:
Philipp Kühn
2021-10-04 06:53:59 +02:00
parent 9e58f3ad55
commit 2b16c2ea96
2 changed files with 2 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ export interface CollaborationOptions {
export const Collaboration = Extension.create<CollaborationOptions>({
name: 'collaboration',
priority: 1000,
defaultOptions: {
document: null,
field: 'default',