max-mapper / tree-view

tree viewer UI widget made with react
http://maxogden.github.io/tree-view/
91 stars 6 forks source link

Text selection not working #2

Open todrobbins opened 9 years ago

todrobbins commented 9 years ago

I noticed you can't select the text of the file/folder names. Is that intentional?

brandly commented 9 years ago

it appears to be intentional: https://github.com/maxogden/tree-view/blob/master/style.css#L3-L4

you can create a tree like tree({style: false}) to disable the default styles tho