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

Remove event delegation from SortOrderEditor #10793

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

bhollis
Copy link
Contributor

@bhollis bhollis commented Nov 13, 2024

In #10785 I removed the pointer-events: none from .app-icon. But the tortured event delegation code in SortOrderEditor depended on icons not receiving events. I replaced all that with normal event handlers.

Fixes #10791

@chainrez chainrez merged commit 863bba7 into master Nov 14, 2024
7 checks passed
@chainrez chainrez deleted the fix-sort-order branch November 14, 2024 02:05
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.

Can't click checkboxes on Sort Order Editor
2 participants