playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 63 forks source link

Set selected from passed in args on TreeViewItem #173

Closed CodestarGames closed 2 years ago

CodestarGames commented 2 years ago

TreeViewItem doesn't currently get initialized as selected if there is a passed in selected prop in React. I made a change to allow for this.