diff --git a/js/ui/windowPreview.js b/js/ui/windowPreview.js index 65e2a309e..d865e6e25 100644 --- a/js/ui/windowPreview.js +++ b/js/ui/windowPreview.js @@ -577,6 +577,7 @@ export const WindowPreview = GObject.registerClass({ GLib.PRIORITY_DEFAULT, WINDOW_OVERLAY_IDLE_HIDE_TIMEOUT, () => { if (this._closeButton['has-pointer'] || + this._icon['has-pointer'] || this._title['has-pointer']) return GLib.SOURCE_CONTINUE;