fix: wire up EndingGallery click to open ChapterRecap via chapterId
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user