mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
remove provider setting from collab extension
This commit is contained in:
parent
4411fcfcf9
commit
1ed6db24c2
@ -136,7 +136,6 @@ export default {
|
||||
extensions: [
|
||||
...defaultExtensions(),
|
||||
Collaboration.configure({
|
||||
provider: this.provider,
|
||||
type: this.type,
|
||||
}),
|
||||
CollaborationCursor.configure({
|
||||
|
@ -4,13 +4,11 @@ import {
|
||||
} from 'y-prosemirror'
|
||||
|
||||
export interface CollaborationOptions {
|
||||
provider: any,
|
||||
type: any,
|
||||
}
|
||||
|
||||
const Collaboration = Extension.create({
|
||||
defaultOptions: <CollaborationOptions>{
|
||||
provider: null,
|
||||
type: null,
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user