From 7bab8dfa09ee2b604c9b34f39a7bec378dc192cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 13 May 2026 11:02:19 +0200 Subject: [PATCH] Fix arrow key scrolling in photo gallery --- app/components/photo-carousel.gjs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/photo-carousel.gjs b/app/components/photo-carousel.gjs index e2a24f9..a9850d0 100644 --- a/app/components/photo-carousel.gjs +++ b/app/components/photo-carousel.gjs @@ -68,6 +68,7 @@ export default class PhotoCarousel extends Component { return; } + this.internalEventId = eventId; this.isProgrammaticScroll = true; const scrollAction = () => {