87de09a83e
Otherwise JavaScript aborts the execution of the function and the drag is never released. That's because _dragComplete tries to unhide this._dragActor from picking, and that cannot be done after calling this._dragActor.destroy(), which is the case now. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/744