From 91b446677304408e527017a56f4bcfbd50712fde Mon Sep 17 00:00:00 2001 From: zach Date: Sat, 20 Jun 2026 20:57:41 +0200 Subject: [PATCH] early return in hover handler if drawing --- Drawers/Interactions.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Drawers/Interactions.qml b/Drawers/Interactions.qml index cc02afb..6446020 100644 --- a/Drawers/Interactions.qml +++ b/Drawers/Interactions.qml @@ -188,6 +188,7 @@ Item { } root.drawing.content.showHover(x, y); + return; } if (!root.visibilities.bar && Config.barConfig.autoHide && y < root.bar.implicitHeight)