Fixed adding node with ROOT_NODE parent UUID

This commit is contained in:
Magnus Åhall 2026-05-20 20:22:45 +02:00
parent 12b629756f
commit 13467c2f28
2 changed files with 166 additions and 1 deletions

View file

@ -130,7 +130,6 @@ export class Node {
}// }}}
constructor(nodeData, level) {//{{{
this.Level = level
this.data = nodeData
this.UUID = nodeData.UUID