Reduce "auto scroll speed" quick setting size
This commit is contained in:
@@ -44,6 +44,7 @@ export const ReaderNavBarDesktopAutoScroll = ({
|
||||
<TextField
|
||||
value={autoScroll.value}
|
||||
type="number"
|
||||
size="small"
|
||||
onBlur={(e) => {
|
||||
const value = +e.target.value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user