Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jul 1, 2024
1 parent 22d79b5 commit 7742ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yjs/observeYDocUpdates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function observeYDocUpdates(
.add({
k: id,
u: update,
f: 1, // Flag as local update (not yet synced)
f: 1, // Flag as local update (to be included when syncing)
})
.then((i: number) => {
// Optimization (not critical): Don't query for this update to put it back into the doc.
Expand Down

0 comments on commit 7742ebb

Please sign in to comment.