We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dacd0 commit f3aa9fdCopy full SHA for f3aa9fd
quill/quill.js
@@ -7,7 +7,7 @@ import Quill from 'quill'
7
import QuillCursors from 'quill-cursors'
8
9
Quill.register('modules/cursors', QuillCursors)
10
-const roomname = `codemirror-demo-${new Date().toLocaleDateString('en-CA')}`
+const roomname = `quill-demo-${new Date().toLocaleDateString('en-CA')}`
11
12
window.addEventListener('load', () => {
13
const ydoc = new Y.Doc()
0 commit comments