diff --git a/packages/theo/src/fly-piece.js b/packages/theo/src/fly-piece.js index 1532a4e1713..f6453cb1f4a 100644 --- a/packages/theo/src/fly-piece.js +++ b/packages/theo/src/fly-piece.js @@ -2,6 +2,7 @@ export default function(part) { let { snippets, Point, macro, points, Path, paths, complete, sa, paperless } = part.shorthand() // Clean up paths from paperless dimensions for (let id in paths) delete paths[id] + for (let id in snippets) delete snippets[id] // We need to split the crotch curve at the bottom of the fly paths.fly = new Path() diff --git a/packages/theo/src/side-piece.js b/packages/theo/src/side-piece.js index cf290106009..dfa5d107cff 100644 --- a/packages/theo/src/side-piece.js +++ b/packages/theo/src/side-piece.js @@ -2,7 +2,7 @@ export default function(part) { let { macro, Point, points, Path, paths, complete, sa, paperless, snippets } = part.shorthand() // Clean up paths from paperless dimensions for (let id in paths) delete paths[id] - delete snippets.logo + for (let id in snippets) delete snippets[id] // Add points points.topLeft = new Path()