diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js index cdd32dcf5..bd47e6e5d 100644 --- a/js/ui/windowManager.js +++ b/js/ui/windowManager.js @@ -941,7 +941,7 @@ var WindowManager = class { appSwitchAction.connect('activated', this._switchApp.bind(this)); global.stage.add_action_full('app-switch', Clutter.EventPhase.CAPTURE, appSwitchAction); - let mode = Shell.ActionMode.ALL & ~Shell.ActionMode.LOCK_SCREEN; + let mode = Shell.ActionMode.NORMAL; let topDragAction = new EdgeDragAction.EdgeDragAction(St.Side.TOP, mode); topDragAction.connect('activated', () => { let currentWindow = global.display.focus_window;