Allow peek opacity change in the overview

This commit is contained in:
Charles Gagnon
2021-01-15 18:34:57 -05:00
parent ec13897509
commit e4a71fa014

View File

@@ -637,10 +637,6 @@ var PreviewMenu = Utils.defineClass({
},
_focusMetaWindow: function(dimOpacity, window, immediate, ignoreFocus) {
if (Main.overview.visibleTarget) {
return;
}
window.get_workspace().list_windows().forEach(mw => {
let wa = mw.get_compositor_private();
let isFocused = !ignoreFocus && mw == window;