-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom scrolling element option #153
Comments
@simonwep Do you have an update to this issue? I really need the "drag-selecting while scrolling" feature 🥇 |
Hi! Sorry for coming back to this so late, I'll take a look at it this weekend! :) |
No worries, now I actually got it working. The gotcha was that the className/element provided in |
Hey @Alexloof - that'd be cool, I'll leave this one open and, depending on my findings, update the documentation if necessary :) Just make sure to reproduce it on something like codesandbox ^^ |
Hi, first of all, thank you very much for maintaining an excellent library.But now I encounter this issue. After setting the boundaries, the scrolling speed seems to have slowed down, and occasionally it becomes unresponsive.In this minimal example, it doesn’t seem easy to reproduce the scrolling issue, but the noticeable slowdown in speed can be felt.In Plate.js, the stuttering is noticeably apparent. |
@Alexloof Hi, After setting the boundaries Did you encounter any issues with the scrolling speed? |
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.The text was updated successfully, but these errors were encountered: