diff --git a/js/ui/layout.js b/js/ui/layout.js index 29c3f0ea6..1a9a328a7 100644 --- a/js/ui/layout.js +++ b/js/ui/layout.js @@ -1186,7 +1186,8 @@ const PressureBarrier = new Lang.Class({ let isOverview = ((Main.keybindingMode & (Shell.KeyBindingMode.OVERVIEW)) != 0); - // Throw out events where the grab is taken by the overview visible + // Throw out events where the grab is taken by something that's + // not the overview (modal dialogs, etc.) if (event.grabbed && !isOverview) return;