early return in hover handler if drawing
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 17s
Python / test (pull_request) Successful in 28s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s

This commit is contained in:
2026-06-20 20:57:41 +02:00
parent 7be81e584e
commit 91b4466773
+1
View File
@@ -188,6 +188,7 @@ Item {
}
root.drawing.content.showHover(x, y);
return;
}
if (!root.visibilities.bar && Config.barConfig.autoHide && y < root.bar.implicitHeight)