How to drop a widget to the main widget through another widget?

You want the onDrop to trigger on 2 (or more) widgets simultaneously? Technically speaking you could unhandle the operation. Worst case scenario, propagate it yourself manually.

1 Like