[gnome-shell] Revert "overview: Ignore dragEnd while the animation is still in progress"



commit 13e6a6def5d73fbec39a619cad166be8569d4b2f
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Fri Oct 11 20:08:40 2013 +0200

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index f26169a..69563a6 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]