Skip to content

if (typeof onScroll !== 'function') #9

@SixYearsInFebruary

Description

@SixYearsInFebruary

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions