jledentu / vue-finder

๐Ÿ“ A Vue.js component to display hierarchical data (like the MacOS X finder)
https://vue-finder.netlify.app
MIT License
160 stars 16 forks source link

Select an item when clicked and it has no children #159

Closed drhoussem closed 3 years ago

drhoussem commented 3 years ago

I want the item to be selected when clicked and it has no children, this offers better UX. This is my first open source ever ๐Ÿ˜ƒ

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

jledentu commented 3 years ago

Hi! Thanks for your PR. I'm so sorry, I didn't have time during this summer to review your PR.

Why did you close the PR? Did you solve your problem in another way?