TreeNode editor | fix children
This commit is contained in:
parent
f86a5c8e79
commit
a917f3cd39
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<div v-if="item.children.length === 0">
|
||||
<div v-if="item.appendable_children.length > 0" class="mam-org-only">
|
||||
<b>Vložit jako syna: </b>
|
||||
<addnewnode :types="item.appendable_siblings" :refnode="item.node" where="syn" />
|
||||
<addnewnode :types="item.appendable_children" :refnode="item.node" where="syn" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue