fix: wire up EndingGallery click to open ChapterRecap via chapterId

This commit is contained in:
2026-06-09 17:57:21 +08:00
parent 9297117544
commit 906965c963
4 changed files with 18 additions and 4 deletions

View File

@@ -240,6 +240,7 @@ init()
:endings="store.endings"
:visited-ids="store.visitedSceneIds"
@close="showEndingGallery = false"
@select-chapter="(chId: string) => { showEndingGallery = false; recapChapterId = chId }"
/>
<ChapterRecap
v-if="recapChapterId"