diff --git a/src/LGraph.ts b/src/LGraph.ts index 5c457959c..7d41d87d9 100644 --- a/src/LGraph.ts +++ b/src/LGraph.ts @@ -237,6 +237,9 @@ export class LGraph implements LinkNetwork, Serialisable { this.stop() this.status = LGraph.STATUS_STOPPED + this.id = zeroUuid + this.revision = 0 + this.state = { lastGroupId: 0, lastNodeId: 0,