From 9d77a6c6a9c586ecaaee7efea752360cd5d88b3d Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Jul 2021 14:36:15 -0400 Subject: Update files with pr review. --- src/components/moments/trimmer.tsx | 45 ++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 21 deletions(-) (limited to 'src') diff --git a/src/components/moments/trimmer.tsx b/src/components/moments/trimmer.tsx index c9e8a6c5..c99eaa6f 100644 --- a/src/components/moments/trimmer.tsx +++ b/src/components/moments/trimmer.tsx @@ -11,24 +11,26 @@ export const TrimmerPlayer: React.FC<{ handleLoad: Function; onChangedEndpoints: Function; }> = ({source, videoStyles, hideTrimmer, handleLoad, onChangedEndpoints}) => { + // Stores the reference to player for seeking const playerRef = useRef