fix debug inputs
This commit is contained in:
parent
39f79927ae
commit
782772cec5
@ -231,7 +231,7 @@ const ConstraintsSettings = ({
|
||||
onChange={(e) =>
|
||||
setConstraints((s) => ({
|
||||
...s,
|
||||
x: parseInt(e.target.value) ?? 200,
|
||||
width: parseInt(e.target.value) ?? 200,
|
||||
}))
|
||||
}
|
||||
/>
|
||||
@ -243,7 +243,7 @@ const ConstraintsSettings = ({
|
||||
onChange={(e) =>
|
||||
setConstraints((s) => ({
|
||||
...s,
|
||||
x: parseInt(e.target.value) ?? 200,
|
||||
height: parseInt(e.target.value) ?? 200,
|
||||
}))
|
||||
}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user