-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
I found the below code in InfiniteTree.jsx at 256 line, which is a bug @cheton .
if (typeof onScroll !== 'function') {
virtualListProps.onScroll = onScroll;
}
or......you deliberately do that?
ps. do you have any plan to support the checkbox in infinite-tree? thx.
I have read the (creating-tree-nodes-with-checkboxes)[https://github.com/cheton/infinite-tree#creating-tree-nodes-with-checkboxes], but it could not support the relationship of checkbox status between the parent node and children nodes.