diff --git a/plugins/builtin/source/content/events.cpp b/plugins/builtin/source/content/events.cpp index af9eadee5..e71117455 100644 --- a/plugins/builtin/source/content/events.cpp +++ b/plugins/builtin/source/content/events.cpp @@ -245,6 +245,8 @@ namespace hex::plugin::builtin { if (ImGui::IsPopupOpen("", ImGuiPopupFlags_AnyPopup)) return; + if (ImGui::IsAnyItemHovered()) + return; static ImGuiWindow *lastFocusedWindow = nullptr;