-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Description
Hey!
Your repo was a huge help to get me started on implementing a StackNode. Thanks for that.
While testing I found a bug.
NodeGraphProcessor/Assets/com.alelievr.NodeGraphProcessor/Editor/Views/BaseStackNodeView.cs
Line 106 in bc71d48
| public override bool DragLeave(DragLeaveEvent evt, IEnumerable<ISelectable> selection, IDropTarget leftTarget, ISelection dragSource) |
is never called. So the nodes are never removed from the stack view list.
I debugged the thing and it turns out that only OnStartDragging is called. Must be new? I don't know.
But that's also the fix. To move the remove event to OnStartDragging.
Cheers!
Metadata
Metadata
Assignees
Labels
No labels