frontend-collective / frontend-collective/react-sortable-tree
Delay before expand (or forbid to) expand node
Open
enhancement
question
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to delay (or forbid to) the expanding of element when dragging another element over it?
I want to drag one element (witch is located at the top of the tree) to the bottom. And while I'm doing it all components became expanded. And I want them to stay collapsed.
I've tried throttle and debounce but it didn't help.
Thanks!
P.S. Great library! =)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.