We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8618566 commit 03a6daeCopy full SHA for 03a6dae
src/components/four-range-control/index.js
@@ -381,6 +381,7 @@ const FourRangeControl = memo( props => {
381
}
382
return _value === initialValue && ( _unit === '' || _unit === unit )
383
} )
384
+ rangeValue = rangeValue === -1 ? '' : rangeValue
385
rangeOnChange = ( value, property = 'value' ) => {
386
if ( value === '' ) {
387
return initialOnChange( value )
0 commit comments