From 13e6a6def5d73fbec39a619cad166be8569d4b2f Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Fri, 11 Oct 2013 20:08:40 +0200 Subject: [PATCH] Revert "overview: Ignore dragEnd while the animation is still in progress" This reverts commit 80a3bb85aa4a66ed55b3d7465500e1c1f7cade6c. https://bugzilla.gnome.org/show_bug.cgi?id=708887 --- js/ui/overview.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/ui/overview.js b/js/ui/overview.js index f26169af0..69563a6c1 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -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