Skip to content

Commit

Permalink
Merge pull request #496 from subugoe/tree-caret
Browse files Browse the repository at this point in the history
fix: update caret position in tree
  • Loading branch information
paulpestov authored Oct 21, 2024
2 parents af1a6c4 + 229cb4a commit d0ff499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TreeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}),
toggler: options => ({
class: [
't-border-0 t-absolute t-left-0 t-top-[14px] t-w-full t-pl-3 t-text-left',
't-border-0 t-absolute t-left-0 t-top-[10px] t-w-full t-pl-3 t-text-left',
{ 't-hidden': options.context.leaf && !options.props.node.lazy }
]
}),
Expand Down

0 comments on commit d0ff499

Please sign in to comment.