Add ability to interact with review items in events list (#11562)

* Add ability to interact with review items

* Ignore on iOS

* Don't load metadata

* Bug fixes
This commit is contained in:
Nicolas Mowen
2024-05-27 16:12:57 -06:00
committed by GitHub
parent bfeb7b8a96
commit 5900a2a4ba
5 changed files with 161 additions and 8 deletions

View File

@@ -272,8 +272,8 @@ export default function HlsVideoPlayer({
? onTimeUpdate(videoRef.current.currentTime)
: undefined
}
onLoadedData={onPlayerLoaded}
onLoadedMetadata={() => {
onLoadedData={() => {
onPlayerLoaded?.();
handleLoadedMetadata();
if (videoRef.current) {