mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Highlight time stamps are synchronized when scorlling
This commit is contained in:
parent
69ce065588
commit
143ca6f6e0
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
|
|||
timeAsNumber = 0;
|
||||
}
|
||||
sponsorTimeEdits[0] = utils.getFormattedTime(timeAsNumber, true);
|
||||
if (getCategoryActionType(sponsorTime.category) === CategoryActionType.POI) sponsorTimeEdits[1] = sponsorTimeEdits[0];
|
||||
this.setState({sponsorTimeEdits});
|
||||
this.saveEditTimes();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue