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: WindowDragArea component hanging on non-left click. #625

Merged
merged 1 commit into from
May 28, 2024
Merged

fix: WindowDragArea component hanging on non-left click. #625

merged 1 commit into from
May 28, 2024

Conversation

dload0
Copy link
Contributor

@dload0 dload0 commented May 27, 2024

When the WindowDragArea component received a non-left click, the drag area would become disabled, even when receiving standard right click events.

Fixed by adding a check in the onmousedown function within the component.

When the `WindowDragArea` component received a non-left click, the drag area would become disabled, even when receiving standard right click events.

Fixed by adding a check in the `onmousedown` function within the component.
@marc2332 marc2332 self-requested a review May 27, 2024 14:21
@marc2332 marc2332 added the fix 🩹 Fixes a bug label May 27, 2024
@marc2332 marc2332 merged commit 3b40a98 into marc2332:main May 28, 2024
@marc2332
Copy link
Owner

Thanks!

This was referenced Jul 6, 2024
This was referenced Jul 16, 2024
@github-actions github-actions bot mentioned this pull request Aug 3, 2024
@github-actions github-actions bot mentioned this pull request Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants