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 pairwise drag dragging beyond form boundaries #79

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

julienvincent
Copy link
Owner

The pairwise drag implementation would collect all nodes marker as a pair within the local node tree.

This means that pairs found and other levels in the tree were considered for dragging and would allow eroneously dragging pairs outside of form boundaries.

This fixes the issue by first filtering the matches nodes by those contained within the current form.

The pairwise drag implementation would collect all nodes marker as a
pair within the local node tree.

This means that pairs found and other levels in the tree were considered
for dragging and would allow eroneously dragging pairs outside of form 
boundaries.

This fixes the issue by first filtering the matches nodes by those
contained within the current form.
@julienvincent julienvincent merged commit 3db0850 into master Oct 17, 2024
3 checks passed
@julienvincent julienvincent deleted the jv/ref-wosqvsrlyxos branch October 17, 2024 22:57
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.

1 participant