diff --git a/js/ui/workspaceAnimation.js b/js/ui/workspaceAnimation.js index 0eec196bc..d240fe156 100644 --- a/js/ui/workspaceAnimation.js +++ b/js/ui/workspaceAnimation.js @@ -287,7 +287,6 @@ var WorkspaceAnimationController = class { Clutter.Orientation.HORIZONTAL, Shell.ActionMode.NORMAL, { allowDrag: false }); - swipeTracker.allowLongSwipes = true; swipeTracker.connect('begin', this._switchWorkspaceBegin.bind(this)); swipeTracker.connect('update', this._switchWorkspaceUpdate.bind(this)); swipeTracker.connect('end', this._switchWorkspaceEnd.bind(this));