Skip to content

Commit f3aa9fd

Browse files
authored
fix: change roomname prefix from 'codemirror' to 'quill'
1 parent f3dacd0 commit f3aa9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quill/quill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Quill from 'quill'
77
import QuillCursors from 'quill-cursors'
88

99
Quill.register('modules/cursors', QuillCursors)
10-
const roomname = `codemirror-demo-${new Date().toLocaleDateString('en-CA')}`
10+
const roomname = `quill-demo-${new Date().toLocaleDateString('en-CA')}`
1111

1212
window.addEventListener('load', () => {
1313
const ydoc = new Y.Doc()

0 commit comments

Comments
 (0)