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

Allow dragging item containers without mouse capture #201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

miroiu
Copy link
Owner

@miroiu miroiu commented Jan 14, 2025

📝 Description of the Change

Fixed a bug that prevented ItemContainers from being dragged when the mouse could not be captured. This fix allows ItemContainers to be dragged even without mouse capture.

Fixes #199

🐛 Possible Drawbacks

The auto-panning functionality depends on the element having mouse capture, which may not work at all if mouse capture is unavailable.

@miroiu miroiu marked this pull request as ready for review January 14, 2025 13:26
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.

[Bug] Nodes cannot be moved with the mouse in version 7.0.0
1 participant