fix richtext example
This commit is contained in:
parent
b8dd7d1862
commit
cf3969dff6
@ -37,16 +37,3 @@ Y({
|
|||||||
// bind quill to richtext type
|
// bind quill to richtext type
|
||||||
y.share.richtext.bind(window.quill)
|
y.share.richtext.bind(window.quill)
|
||||||
})
|
})
|
||||||
|
|
||||||
Y({
|
|
||||||
db: {
|
|
||||||
name: 'indexeddb'
|
|
||||||
},
|
|
||||||
connector: {
|
|
||||||
name: 'websockets-client',
|
|
||||||
room: 'test42'
|
|
||||||
},
|
|
||||||
share: {
|
|
||||||
state : 'Map'
|
|
||||||
}
|
|
||||||
}).then((y) => { window.y = y })
|
|
Loading…
x
Reference in New Issue
Block a user