You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments