alekseymakhankov / hyper-tree

React treeview component
MIT License
68 stars 11 forks source link

vertical lines not rendering correctly #4

Closed wglanzer closed 4 years ago

wglanzer commented 4 years ago

Hi there,

I just checked out your repo and tried your storybook - I think there is something wrong with your vertical lines. Is this behavior known? I played around with verticalLineOffset, verticalLineTopOffset, ..., but nothing really fixed this problem. Within the playground, it works perfectly fine.

Tree-Vertical-Lines

wglanzer commented 4 years ago

Update: If i set "staticNodeHeight" correct, then it works as expected. This is ok for me now, but should be fixed anyway :)

wglanzer commented 4 years ago

I opened a pull request - lets discuss my changes there :)