Merge branch 'fix_external_onchange' of github.com:xliulian/slate-collaborative

This commit is contained in:
curd 2021-01-18 14:01:14 +03:00
commit b5f4b5642b

View File

@ -74,9 +74,9 @@ const withAutomerge = <T extends Editor>(
if (!e.isRemote) {
AutomergeEditor.applySlateOps(e, docId, operations, cursorData)
onChange()
}
onChange()
}
/**