Workaround g-s 49 hover status change on reactivity removal

gh-2428
This commit is contained in:
Charles Gagnon
2025-12-04 13:00:09 -05:00
parent 53488c2170
commit e8856c61bb

View File

@@ -1072,7 +1072,7 @@ export const Preview = GObject.registerClass(
} }
_onHoverChanged() { _onHoverChanged() {
this.setFocus(this.hover) if (this.reactive) this.setFocus(this.hover)
} }
_onCloseBtnClick() { _onCloseBtnClick() {