mirror of
https://github.com/yjs/yjs.git
synced 2026-02-24 04:01:14 +01:00
fix richtext example
This commit is contained in:
@@ -36,17 +36,4 @@ Y({
|
||||
});
|
||||
// bind quill to richtext type
|
||||
y.share.richtext.bind(window.quill)
|
||||
})
|
||||
|
||||
Y({
|
||||
db: {
|
||||
name: 'indexeddb'
|
||||
},
|
||||
connector: {
|
||||
name: 'websockets-client',
|
||||
room: 'test42'
|
||||
},
|
||||
share: {
|
||||
state : 'Map'
|
||||
}
|
||||
}).then((y) => { window.y = y })
|
||||
})
|
||||
Reference in New Issue
Block a user