Fix cursor delete (#44)

fix_dependency_update
Ulion 3 years ago committed by GitHub
parent e415684d64
commit 24dca9a49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -150,7 +150,7 @@ export const AutomergeEditor = {
const doc = e.docSet.getDoc(docId)
const changed = Automerge.change<SyncDoc>(doc, (d: any) => {
delete d.cusors
delete d.cursors
})
e.onCursor && e.onCursor(null)

Loading…
Cancel
Save