Better node saving/history
This commit is contained in:
parent
3e8d5b6d9a
commit
95a26e67d5
3 changed files with 32 additions and 31 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue