Fix arrow key scrolling in photo gallery

This commit is contained in:
2026-05-13 11:02:19 +02:00
parent 51c9555273
commit 7bab8dfa09

View File

@@ -68,6 +68,7 @@ export default class PhotoCarousel extends Component {
return;
}
this.internalEventId = eventId;
this.isProgrammaticScroll = true;
const scrollAction = () => {