Skip to content

Commit c9d2264

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
fix: Add missing trimMode prop destructuring
Fixed build errors caused by trimMode being used but not destructured from props
1 parent cee7b61 commit c9d2264

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/VideoTimeline.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const VideoTimeline = ({
3333
onSegmentSelect,
3434
playbackTime,
3535
onSeek,
36+
trimMode,
3637
trimStart: externalTrimStart,
3738
trimEnd: externalTrimEnd,
3839
onTrimChange,

0 commit comments

Comments
 (0)