frontend-collective / frontend-collective/react-sortable-tree
rowHeight not refreshing while dragging
Open
bug
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
We are working with the `rowHeight`-function to give the nodes different heights depending on the nested level of each node. This is working well so far.
But we ran into problems while dragging a node. The calculated heights need to be recalculated while dragging, but they don't. We noticed this is working well with `isVirtualized` is false, but not if it's set to true.
Anyone got an idea?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.