Drag & Drop -(OnDrop function override confusion between a child and a parent)-

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.

  1. What I noticed is that OnDrop happens twice, first for the child then for the parent.

  2. 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.

In the OnDrop, do you return True?

1 Like

@Everynone Of course I didn’t, you are a star.
Thank you so much!