Is your feature request related to a problem? Please describe.
I would like to enable the "drag-selecting while scrolling" behaviour in my codebase. However, I have issues because my setup is very complex and includes a lot of components. Therefore, my scrolling element can not be the SelectionArea, and by reading in another issue this must be the case to make this behaviour work.
Describe the solution you'd like
The perfect solution for my use-case would be, that I can pass a custom Element as the "scrolling element" to VanillaSelectionArea config.
Is your feature request related to a problem? Please describe.
I would like to enable the "drag-selecting while scrolling" behaviour in my codebase. However, I have issues because my setup is very complex and includes a lot of components. Therefore, my scrolling element can not be the
SelectionArea, and by reading in another issue this must be the case to make this behaviour work.Describe the solution you'd like
The perfect solution for my use-case would be, that I can pass a custom Element as the "scrolling element" to
VanillaSelectionAreaconfig.