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

Prevent drag and drop for hidden widgets #110

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Dec 26, 2023

  1. Prevent drag and drop for hidden widgets

    We’re filtering out hidden target elements here instead of when collecting available drop targets, because a widget visibility can be changed while the drag and drop is in progress. If we only checked the visibility once when creating the drag and drop state, we would not be able to handle that use case.
    mat007 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    db4b504 View commit details
    Browse the repository at this point in the history