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}