mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
Merge branch 'fix_external_onchange' of github.com:xliulian/slate-collaborative
This commit is contained in:
commit
b5f4b5642b
@ -74,10 +74,10 @@ const withAutomerge = <T extends Editor>(
|
|||||||
|
|
||||||
if (!e.isRemote) {
|
if (!e.isRemote) {
|
||||||
AutomergeEditor.applySlateOps(e, docId, operations, cursorData)
|
AutomergeEditor.applySlateOps(e, docId, operations, cursorData)
|
||||||
|
}
|
||||||
|
|
||||||
onChange()
|
onChange()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Receive document value
|
* Receive document value
|
||||||
|
Loading…
Reference in New Issue
Block a user