ui: fix audioplayer start point
This commit is contained in:
parent
9e24a3583e
commit
512d459aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function DropdownAudioPlayer({
|
|||
return {
|
||||
url: data.url,
|
||||
timestamp: data.timestamp,
|
||||
start: startTs,
|
||||
start: Math.max(0, startTs),
|
||||
};
|
||||
}),
|
||||
[audioEvents.length, sessionStart],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue