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() {