wip(simon): Ported Brian's s3 options to yoke
This commit is contained in:
parent
2a3d20e4ab
commit
045e41d293
5 changed files with 21 additions and 17 deletions
|
@ -23,7 +23,7 @@ export default (part) => {
|
|||
return part
|
||||
}
|
||||
|
||||
for (let id of Object.keys(part.paths)) delete part.paths[id]
|
||||
for (let id in paths) delete part.paths[id]
|
||||
let width = options.buttonholePlacketWidth
|
||||
let fold = options.buttonholePlacketFoldWidth
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue