mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
This commit is contained in:
commit
a088a5265d
@ -74,7 +74,7 @@ export default {
|
||||
|
||||
mounted() {
|
||||
const ydoc = new Y.Doc()
|
||||
const provider = new WebsocketProvider('ws://websocket.tiptap.dev', 'tiptap-collaboration-example', ydoc)
|
||||
const provider = new WebsocketProvider('wss://websocket.tiptap.dev', 'tiptap-collaboration-example', ydoc)
|
||||
provider.on('status', event => {
|
||||
this.status = event.status
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user