5880758709
Draggable._dragComplete() sets this._dragActor to undefined. Right after calling Draggable._dragComplete() in _cancelDrag(), though, it tries to destroy this._dragActor, which is undefined. Fix that by storing the current drag actor before calling into _dragComplete(), and using it after. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/744