mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-17 18:44:02 +01:00
feat: change gif speed
This commit is contained in:
@@ -34,7 +34,10 @@ const RadioWithTextField = <T,>({
|
||||
/>
|
||||
<TextFieldWithDesc
|
||||
value={value}
|
||||
onChange={onTextChange}
|
||||
onChange={(val) => {
|
||||
if (typeof val === 'string') onTextChange(val);
|
||||
else onTextChange(val.target.value);
|
||||
}}
|
||||
description={description}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user