fix(cornelius): Unhide accidentally-hidden seams in Pocket and Pocket Facing.
This commit is contained in:
parent
539e7ecd89
commit
faa8909edd
2 changed files with 0 additions and 2 deletions
|
@ -63,7 +63,6 @@ function draftCorneliusPocket({
|
|||
.join(paths.pocketBottom)
|
||||
.join(paths.sideSeam)
|
||||
.close()
|
||||
.hide()
|
||||
.attr('class', 'fabric')
|
||||
|
||||
if (complete) {
|
||||
|
|
|
@ -50,7 +50,6 @@ function draftCorneliusPocketFacing({
|
|||
.join(paths.facingInside)
|
||||
.join(paths.sideSeam)
|
||||
.close()
|
||||
.hide()
|
||||
.attr('class', 'fabric')
|
||||
|
||||
if (complete) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue