We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4be0f commit 154cd4fCopy full SHA for 154cd4f
src/json-crdt-repo/session/EditSession.ts
@@ -106,7 +106,7 @@ export class EditSession<N extends JsonNode = JsonNode<any>> {
106
// "cursor" shall not be returned from .sync() call. The cursor shall update
107
// only when remote model changes are received, during local .sync() write
108
// only the local model is updated.
109
- if (typeof res.cursor !== "undefined") {
+ if (typeof res.cursor !== 'undefined') {
110
this.cursor = res.cursor;
111
}
112
if (res.model) {
0 commit comments