electron-tree-view icon indicating copy to clipboard operation
electron-tree-view copied to clipboard

A very minimal tree viewer for electron webviews with virtual dom.

Results 2 electron-tree-view issues
Sort by recently updated
recently updated
newest added

HI, thank you for that lib. i found some incompatibility issues with [directory-tree](https://www.npmjs.com/package/directory-tree) - not all elements in `directory-tree` has `children` array, so i added some checks

Each node is expanded on the first click, whether selected or not. However, when collapsing nodes, if the node is not already selected, the first click only selects the node,...