1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fixed: Quality sliders on some browsers

This commit is contained in:
Bogdan
2025-06-03 13:01:18 +03:00
committed by Mark McDowall
parent 6e43b08dab
commit a6f50408f2

View File

@@ -183,6 +183,7 @@ export default function QualityProfileItemSize({
// @ts-ignore allowCross is still available in the version currently used
allowCross={false}
snapDragDisabled={true}
pearling={true}
renderThumb={thumbRenderer}
renderTrack={trackRenderer}
onChange={handleSliderChange}