Revert "overview: Ignore dragEnd while the animation is still in progress"
This reverts commit 80a3bb85aa
.
https://bugzilla.gnome.org/show_bug.cgi?id=708887
This commit is contained in:
parent
575b373cd5
commit
13e6a6def5
@ -313,9 +313,6 @@ const Overview = new Lang.Class({
|
||||
},
|
||||
|
||||
_onDragEnd: function(time) {
|
||||
if (this.animationInProgress)
|
||||
return;
|
||||
|
||||
this._inXdndDrag = false;
|
||||
|
||||
// In case the drag was canceled while in the overview
|
||||
|
Loading…
Reference in New Issue
Block a user