Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When multiple characters are inserted atomically (eg in a paste), Prosemirror generates a step with a single insertion string. But Automerge expects us to give it one character at a time, so we need to split the character up ourselves. See for more context: automerge/automerge#326
- Loading branch information