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
For example, when the stateless widget FileDropBox rebuild, DropTarget will add a new onDragDone listener. Which Means when I drop file to this widget, it will run onDragDone twice.
When FileDropBox rebuild again, onDragDone will run for three times.