Andrey Zharov

Results 3 comments of Andrey Zharov

The issue is reproducible with @blueprintjs/table 5.0.22 and Chrome browser on Win 10. Steps to reproduce: 1) Scroll table down 2) Single click on mouse wheel to enter the scroll...

I have managed to solve it by the workaround mentioned here: https://github.com/react-dnd/react-dnd/issues/186?ysclid=luqqkj24pl935939248#issuecomment-978206387 Still I am not happy to have direct dependencies "react-dnd" and "react-dnd-html5-backend". Would prefer react-arborist to handle it...

![Screenshot_2](https://github.com/brimdata/react-arborist/assets/43956090/e287938a-ab5f-49ce-b23c-63b17a1cb68b) Here is my wrapper component. It requires container element id to be passed as contextId. passRef is used to pass ref parameter to the tree because it cannot be...