vpusher / paper-tree

Browsable tree of nodes with expandable/collapsible capabilities and actions menu
MIT License
27 stars 24 forks source link

Highlighting selected tree node #16

Closed stefanfrede closed 6 years ago

stefanfrede commented 6 years ago

Everythings seems to work, except for highlighting the selected tree node and I can't figure out why.

This is my code: https://gist.github.com/0ef305ce3167469c01bc34260a430cec.

What am I doing wrong? Thank you!

vpusher commented 6 years ago

@stefanfrede Can you provide some plunkr or any live example ?

stefanfrede commented 6 years ago

I will try to set something up.

stefanfrede commented 6 years ago

I set up a Plunker (https://embed.plnkr.co/tPHRQURn9nmHDFbIKQ2o/) and realized paper-tree is working as expected. So my problem comes from somewhere else (something is overwriting the selected state), and I close this issue.