1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05: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

View File

@@ -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}