fix: Don't close modals on focus change

This commit is contained in:
WerWolv
2025-08-18 20:49:27 +02:00
parent b3d07b4573
commit b5bf9f1486
2 changed files with 9 additions and 1 deletions

View File

@@ -549,6 +549,8 @@ namespace hex {
}
}
}
} else {
popupClosed = true;
}
if (currPopup != nullptr) {