-
Notifications
You must be signed in to change notification settings - Fork 137
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
Draggable sidebar example not working #700
Comments
Merged
Yes. This was a regression. This broke because we made it so that if there are overlapping elements, if the element on top doesn't handle the event, the event isn't passed to the next item. A simple fix is just moving the dragger to be the last item in the stack so that it is considered "on top". That is what I have done in #701 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Has this example regressed? When I hover I see no border to drag:
Screen.Recording.2024-11-24.at.17.29.45.mov
If I change this to red
.border_color(Color::rgb8(255, 0, 0))
I can see it, but can't drag it:The text was updated successfully, but these errors were encountered: