Andrey Zharov
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...
 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...