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)