Better node saving/history

This commit is contained in:
Magnus Åhall 2026-06-10 16:37:33 +02:00
parent 3e8d5b6d9a
commit 95a26e67d5
3 changed files with 32 additions and 31 deletions

View file

@ -162,10 +162,6 @@ export class App {
const nn = Node.create(name, this.currentNode.UUID)
nn.save()
nodeStore.sendQueue.add(nn)
nodeStore.add([nn])
}//}}}
async goToNode(nodeUUID, dontPush, dontExpand) {//{{{
if (nodeUUID === null || nodeUUID === undefined)