1
0
Fork 0

bug: Only add scalebox when complete is true

This commit is contained in:
Joost De Cock 2018-12-29 13:38:43 +01:00
parent 36e1901c1f
commit fefb660c59
6 changed files with 24 additions and 37 deletions

View file

@ -28,7 +28,6 @@ export default part => {
return part;
}
console.log(options);
for (let id of Object.keys(part.paths)) delete part.paths[id];
let width = options.buttonholePlacketWidth;
let fold = options.buttonholePlacketFoldWidth;