diff --git a/packages/client/src/withAutomerge.ts b/packages/client/src/withAutomerge.ts index fe3bbaf..78b1f24 100644 --- a/packages/client/src/withAutomerge.ts +++ b/packages/client/src/withAutomerge.ts @@ -74,9 +74,9 @@ const withAutomerge = ( if (!e.isRemote) { AutomergeEditor.applySlateOps(e, docId, operations, cursorData) - - onChange() } + + onChange() } /**