[UI/UX] Fix confirm message overlap on run history import

https://github.com/pagefaultgames/pokerogue/pull/6794
This commit is contained in:
Fabi 2025-11-22 18:35:32 +01:00 committed by GitHub
parent 3c7242d747
commit 8381fa16fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,6 +278,7 @@ export class MenuUiHandler extends MessageUiHandler {
manageDataOptions.push({
label: i18next.t("menuUiHandler:importRunHistory"),
handler: () => {
ui.revertMode();
globalScene.gameData.importData(GameDataType.RUN_HISTORY);
return true;
},