Fix linter + merge
This commit is contained in:
parent
12d7be2b6a
commit
a5a4f2ed7d
6 changed files with 7 additions and 119 deletions
|
@ -105,7 +105,7 @@ export default class SeekBar extends React.PureComponent<IProps, IState> {
|
|||
max={1}
|
||||
value={this.state.percentage}
|
||||
step={0.001}
|
||||
style={{'--fillTo': this.state.percentage} as ISeekCSS}
|
||||
style={{ '--fillTo': this.state.percentage } as ISeekCSS}
|
||||
disabled={this.props.playbackPhase === PlaybackState.Decoding}
|
||||
/>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue