1
0
Fork 0

fix(cornelius): Unhide accidentally-hidden seams in Pocket and Pocket Facing.

This commit is contained in:
Benjamin F 2022-09-28 11:07:12 -07:00
parent 539e7ecd89
commit faa8909edd
2 changed files with 0 additions and 2 deletions

View file

@ -63,7 +63,6 @@ function draftCorneliusPocket({
.join(paths.pocketBottom)
.join(paths.sideSeam)
.close()
.hide()
.attr('class', 'fabric')
if (complete) {

View file

@ -50,7 +50,6 @@ function draftCorneliusPocketFacing({
.join(paths.facingInside)
.join(paths.sideSeam)
.close()
.hide()
.attr('class', 'fabric')
if (complete) {