fix(ui): role button for timeline
This commit is contained in:
parent
47af08e0fe
commit
98ebef88c3
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ export default class Timeline extends React.PureComponent {
|
|||
className={ stl.progress }
|
||||
onClick={ disabled ? null : this.seekProgress }
|
||||
ref={ this.progressRef }
|
||||
role="button"
|
||||
>
|
||||
<DraggableCircle left={this.props.time * scale} onDrop={this.onDragEnd} />
|
||||
<CustomDragLayer onDrag={this.onDrag} minX={BOUNDRY} maxX={this.progressRef.current && this.progressRef.current.offsetWidth + BOUNDRY} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue