diff options
| author | Jenny Yu <jennyyu212@outlook.com> | 2022-05-04 17:38:09 -0400 |
|---|---|---|
| committer | Jenny Yu <jennyyu212@outlook.com> | 2022-05-04 17:38:09 -0400 |
| commit | 2259c475152543b54d7ea89dcea53927346e54ca (patch) | |
| tree | 7350030e7dd2711c4e1cfdd64c64848e0799a9ee /src/client/views/nodes/RecordingBox | |
| parent | 51b4d65fe05939ea27639bc1b5cc66ec99fa54e5 (diff) | |
fix: show the corresponding video when clicking on slides
Diffstat (limited to 'src/client/views/nodes/RecordingBox')
| -rw-r--r-- | src/client/views/nodes/RecordingBox/RecordingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingView.tsx b/src/client/views/nodes/RecordingBox/RecordingView.tsx index e5f6deca2..b4febfc01 100644 --- a/src/client/views/nodes/RecordingBox/RecordingView.tsx +++ b/src/client/views/nodes/RecordingBox/RecordingView.tsx @@ -25,7 +25,7 @@ interface IRecordingViewProps { setDuration: (seconds: number) => void } -const MAXTIME = 1000; +const MAXTIME = 100000; export function RecordingView(props: IRecordingViewProps) { |
