Add settings for experimental features
All checks were successful
CI / Lint (pull_request) Successful in 31s
CI / Test (pull_request) Successful in 59s

This commit is contained in:
2026-05-13 11:34:32 +02:00
parent 7bab8dfa09
commit 4390b7d699
7 changed files with 77 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ export default class PhotoCarousel extends Component {
}, 500);
}
} else {
this.isProgrammaticScroll = false;
this.isProgrammaticScroll = false;
}
};