mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
Fixed: Quality sliders on some browsers
This commit is contained in:
parent
ebe59b18d9
commit
979042948d
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ class QualityDefinition extends Component {
|
||||||
withTracks={true}
|
withTracks={true}
|
||||||
allowCross={false}
|
allowCross={false}
|
||||||
snapDragDisabled={true}
|
snapDragDisabled={true}
|
||||||
|
pearling={true}
|
||||||
renderThumb={this.thumbRenderer}
|
renderThumb={this.thumbRenderer}
|
||||||
renderTrack={this.trackRenderer}
|
renderTrack={this.trackRenderer}
|
||||||
onChange={this.onSliderChange}
|
onChange={this.onSliderChange}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue