Reset Logs View on Player Rewind
This commit is contained in:
parent
046a1d4cb1
commit
f2e5bc2903
2 changed files with 12 additions and 1 deletions
|
|
@ -974,6 +974,9 @@ export class Player extends React.Component {
|
|||
this.clearInputPlayer();
|
||||
this.reset();
|
||||
this.sync();
|
||||
if (this.props.logsEnabled) {
|
||||
this.props.onRewindStart();
|
||||
}
|
||||
}
|
||||
|
||||
fastForwardToEnd() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue