From e8856c61bb1aff14a5823d3ee9e63cb6fe63ce01 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 4 Dec 2025 13:00:09 -0500 Subject: [PATCH] Workaround g-s 49 hover status change on reactivity removal gh-2428 --- src/windowPreview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windowPreview.js b/src/windowPreview.js index 440b4d3..9b56488 100644 --- a/src/windowPreview.js +++ b/src/windowPreview.js @@ -1072,7 +1072,7 @@ export const Preview = GObject.registerClass( } _onHoverChanged() { - this.setFocus(this.hover) + if (this.reactive) this.setFocus(this.hover) } _onCloseBtnClick() {