Tree nodes are no longer lazy - smoother animations when expanding nodes

This commit is contained in:
Thaum Rystra
2020-05-18 20:22:48 +02:00
parent 37d6b32ea3
commit fe11c9ec23

View File

@@ -47,11 +47,10 @@
</div>
<v-expand-transition>
<div
v-if="showExpanded"
v-show="showExpanded"
class="pl-3"
>
<tree-node-list
v-if="showExpanded"
:node="node"
:children="computedChildren"
:group="group"