fix: props not have effect

This commit is contained in:
Methapon Metanipat 2024-10-04 13:22:16 +07:00
parent 76e7617d95
commit e538998472

View file

@ -115,7 +115,7 @@ function toggleExpand(node: Node, ancestor?: []) {
() => (selectable ? $emit('select', node) : toggleExpand(node))
"
>
<div v-if="!level" style="margin-right: var(--size-1)">
<div v-if="!level && movable" style="width: var(--size-16)">
<q-btn
id="btn-up"
for="btn-up"