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 37b3d14 commit a1699cbCopy full SHA for a1699cb
src/json-crdt/model/Model.ts
@@ -517,6 +517,7 @@ export class Model<N extends JsonNode = JsonNode<any>> implements Printable {
517
if (api) {
518
api.flush();
519
api.builder.clock = this.clock;
520
+ api.node = this.root;
521
}
522
// biome-ignore lint: index is not iterable
523
index.forEach(({v: node}) => {
0 commit comments