From 4f92e38fdd3a07ae037beb9425f5fb2630527720 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 27 Nov 2020 12:48:17 +0100 Subject: [PATCH] add comment --- docs/src/demos/Examples/CollaborativeEditingWs/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/demos/Examples/CollaborativeEditingWs/index.vue b/docs/src/demos/Examples/CollaborativeEditingWs/index.vue index 5664710c..1e2421bf 100644 --- a/docs/src/demos/Examples/CollaborativeEditingWs/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditingWs/index.vue @@ -139,6 +139,7 @@ export default { this.indexdb = new IndexeddbPersistence(this.documentName, this.ydoc) // this.provider = new WebrtcProvider(this.documentName, this.ydoc) + // this.provider = new WebsocketProvider('ws://websocket.tiptap.dev', this.documentName, this.ydoc) this.provider = new WebsocketProvider('ws://127.0.0.1:1234', this.documentName, this.ydoc) this.provider.on('status', event => { this.log.unshift({