Fix seam allowance slider to allow SA value changes when SA is set to zero but still enabled.
This commit is contained in:
parent
3e7dddca82
commit
832838736c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const CoreSettingMm = props => {
|
|||
const newVal = parseFloat(evt.target.value)
|
||||
|
||||
setValue(newVal)
|
||||
if (props.gist.sa) props.setGist({
|
||||
if (props.gist.saBool) props.setGist({
|
||||
...props.gist,
|
||||
saMm: newVal,
|
||||
sa: newVal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue