1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Fixed: Quality sliders on some browsers

Fixes #11109
This commit is contained in:
Bogdan
2025-06-01 18:07:25 +03:00
parent 8911cbe872
commit 9c74c40fc6
@@ -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}