Set default value for resetting to 50% (#585)
Should have been updated along with 2dab88eb7e
This commit is contained in:
@@ -92,7 +92,7 @@ export function ReaderSettingsOptions({
|
|||||||
value={readerWidth}
|
value={readerWidth}
|
||||||
minValue={10}
|
minValue={10}
|
||||||
maxValue={100}
|
maxValue={100}
|
||||||
defaultValue={100}
|
defaultValue={50}
|
||||||
valueUnit="%"
|
valueUnit="%"
|
||||||
showSlider
|
showSlider
|
||||||
handleUpdate={(width: number) => setSettingValue('readerWidth', width)}
|
handleUpdate={(width: number) => setSettingValue('readerWidth', width)}
|
||||||
|
|||||||
Reference in New Issue
Block a user