Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sync): reply to queries with steps since last save
This was a very inefficient attempt to resync that we did not even process on the client side. Only the steps since the last save may not be enough to get back in sync. However we can expand this by including the document state or storing it as the first step after a save. Signed-off-by: Max <[email protected]>
- Loading branch information