cheton / infinite-tree

A browser-ready tree library that can efficiently display a large amount of data using infinite scrolling.
https://infinite-tree.js.org
MIT License
170 stars 38 forks source link

Do you have any plan to add checkNodes to state #27

Open SixYearsInFebruary opened 6 years ago

SixYearsInFebruary commented 6 years ago

add to line 83 in infinite-tree.js @cheton

state = {
  openNodes: [],
  rootNode: createRootNode(),
  selectedNode: null
}