Skip to content

Commit

Permalink
fix(ktreelist): collapse handle click behavior (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Jan 22, 2025
1 parent 5d68b6b commit 382282a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/KTreeList/KTreeDraggable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
class="tree-draggable"
direction="vertical"
:disabled="disableDrag"
filter=".tree-item-expanded-button"
:group="{ name: group, pull: [group], put: maxLevelReached ? [] : [group] }"
:level="level"
:list="internalList"
Expand Down

0 comments on commit 382282a

Please sign in to comment.