mirror of
https://github.com/cudr/slate-collaborative.git
synced 2026-03-02 03:40:18 +00:00
Always call external onChange.
This commit is contained in:
@@ -74,9 +74,9 @@ const withAutomerge = <T extends Editor>(
|
||||
|
||||
if (!e.isRemote) {
|
||||
AutomergeEditor.applySlateOps(e, docId, operations, cursorData)
|
||||
|
||||
onChange()
|
||||
}
|
||||
|
||||
onChange()
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user