1
0
Fork 0

Remove redundant/implied after: parts that were added for investigation.

This commit is contained in:
Benjamin F 2022-09-05 06:46:48 -07:00
parent be1dfad45b
commit e450c2fdad

View file

@ -1,6 +1,5 @@
import { back as titanBack } from '@freesewing/titan'
import { front } from './front.mjs'
import { front as titanFront } from '@freesewing/titan'
function draftCharlieBack (part) {
// Helper method to draw the outseam path
@ -311,7 +310,7 @@ function draftCharlieBack (part) {
export const back = {
name: 'charlie.back',
from: titanBack,
after: [ titanBack, titanFront, front ],
after: front,
hideDependencies: true,
options: {
backPocketVerticalPlacement: { pct: 24, min: 18, max: 30,