mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
Always call external onChange.
This commit is contained in:
parent
cc4449e6dd
commit
47989eba33
@ -74,9 +74,9 @@ 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()
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user