Fix #6387
This commit is contained in:
parent
f9c6620b91
commit
8efcde1c78
2 changed files with 2 additions and 2 deletions
|
@ -640,6 +640,6 @@ export const shape = {
|
|||
},
|
||||
})
|
||||
|
||||
return part //.hide()
|
||||
return part.hide()
|
||||
},
|
||||
}
|
||||
|
|
|
@ -514,6 +514,6 @@ export const shape = {
|
|||
store.set('waistLengthFront', points.frontWaistband.dist(points.centerWaistband))
|
||||
store.set('waistLengthBack', store.get('waistLength') - store.get('waistLengthFront'))
|
||||
|
||||
return part
|
||||
return part.hide()
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue