We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bea82 commit 930b71fCopy full SHA for 930b71f
1 file changed
js/ui/dnd.js
@@ -206,7 +206,7 @@ var _Draggable = new Lang.Class({
206
} else if (this._dragActor != null && !this._animationInProgress) {
207
// Drag must have been cancelled with Esc.
208
// Check if escaped drag was from a desklet
209
- if (this.target?._delegate.acceptDrop){
+ if (this.target?._delegate.cancelDrag){
210
this.target._delegate.cancelDrag(this.actor._delegate, this._dragActor);
211
}
212
this._dragComplete();
0 commit comments