Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed May 9, 2022
1 parent 91bc40d commit 708cdcc
Show file tree
Hide file tree
Showing 2 changed files with 8,278 additions and 2,055 deletions.
2 changes: 1 addition & 1 deletion demo/quill-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Quill.register('modules/cursors', QuillCursors)

window.addEventListener('load', () => {
const ydoc = new Y.Doc()
const provider = new WebrtcProvider('quill-demo-x', ydoc)
const provider = new WebrtcProvider('quill-demo-xxxx', ydoc)
const type = ydoc.getText('quill')
const editorContainer = document.createElement('div')
editorContainer.setAttribute('id', 'editor')
Expand Down
Loading

0 comments on commit 708cdcc

Please sign in to comment.