My issue is pretty simple but I can’t get around it.
I have a widget with a child widget inside it.
In both widgets I override the OnDrop function and each handle the OnDrop differently.
-
What I noticed is that OnDrop happens twice, first for the child then for the parent.
-
What I want is for it to just happen for the child, if the child is not there it should happen for the parent.
I hope someone came through such experience.