diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index 4a11f0888..1e8faf349 100644 --- a/js/ui/workspacesView.js +++ b/js/ui/workspacesView.js @@ -756,6 +756,9 @@ class WorkspacesDisplay extends St.Widget { if (!this._canScroll) return Clutter.EVENT_PROPAGATE; + if (event.is_pointer_emulated()) + return Clutter.EVENT_PROPAGATE; + let workspaceManager = global.workspace_manager; let activeWs = workspaceManager.get_active_workspace(); let ws;