Skip to content
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

fix draggable #701

Merged
merged 1 commit into from
Nov 27, 2024
Merged

fix draggable #701

merged 1 commit into from
Nov 27, 2024

Conversation

jrmoulton
Copy link
Collaborator

Fixes #700

@jrmoulton
Copy link
Collaborator Author

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".

@jrmoulton jrmoulton merged commit 5a61bb0 into lapce:main Nov 27, 2024
4 checks passed
@jrmoulton jrmoulton deleted the fix-draggable branch December 6, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Draggable sidebar example not working
1 participant