mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
fix #237
This commit is contained in:
parent
23c17f2862
commit
e68c4c01c7
@ -638,7 +638,9 @@ class App extends React.Component {
|
||||
|
||||
this.setState({ [cutTimeManualKey]: undefined });
|
||||
|
||||
this.setCutTime(type, time - this.state.startTimeOffset);
|
||||
const rel = time - this.state.startTimeOffset;
|
||||
this.setCutTime(type, rel);
|
||||
setCursor(rel);
|
||||
};
|
||||
|
||||
const cutTime = type === 'start' ? this.getApparentCutStartTime() : this.getApparentCutEndTime();
|
||||
|
Loading…
Reference in New Issue
Block a user