mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-07 12:02:14 +02:00
Fixed: Quality sliders on some browsers
This commit is contained in:
parent
1f1f53f3c9
commit
7ff98a8225
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ class QualityDefinition extends Component {
|
|||
withTracks={true}
|
||||
allowCross={false}
|
||||
snapDragDisabled={true}
|
||||
pearling={true}
|
||||
renderThumb={this.thumbRenderer}
|
||||
renderTrack={this.trackRenderer}
|
||||
onChange={this.onSliderChange}
|
||||
|
|
|
|||
Loading…
Reference in a new issue