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
fix(SnapDropZone): ensure valid object check is done at correct point
The valid object check was being done after a touched object was added
to the valid snap object list, meaning that any object that was not
valid but touching the object would cause the highlighter to display
even if the object was not valid.
0 commit comments