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
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!
The text was updated successfully, but these errors were encountered:
Some more info on this because it's not straight forward to reproduce.
The node that is moved out of the stack has to be the last node.
DragLeave is only called when a placeholder was created in the stack and then the dragged node is moved out of the stack.
Being the last node, the stack shrinks immediately and no placeholder is created.
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
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!
The text was updated successfully, but these errors were encountered: