Fixed adding node with ROOT_NODE parent UUID
This commit is contained in:
parent
12b629756f
commit
13467c2f28
2 changed files with 166 additions and 1 deletions
|
|
@ -130,7 +130,6 @@ export class Node {
|
|||
}// }}}
|
||||
|
||||
constructor(nodeData, level) {//{{{
|
||||
|
||||
this.Level = level
|
||||
this.data = nodeData
|
||||
this.UUID = nodeData.UUID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue