Dismiss camp save panel on navigation

This commit is contained in:
2026-07-05 03:09:17 +09:00
parent b7ac4eb6bb
commit 0cc72b7b0b

View File

@@ -12040,6 +12040,7 @@ export class CampScene extends Phaser.Scene {
}
private render() {
this.hideCampSaveSlotPanel();
this.clearContent();
this.visitedTabs.add(this.activeTab);
this.updateTabButtons();
@@ -12070,6 +12071,7 @@ export class CampScene extends Phaser.Scene {
}
private showSortiePrep() {
this.hideCampSaveSlotPanel();
this.hideSortiePrep();
this.campaign = getCampaignState();
this.report = this.campaign.firstBattleReport ?? this.report;