Skip to content

Commit

Permalink
Merge pull request #509 from MaslowCNC/Fix-union-and-assembly-inputs
Browse files Browse the repository at this point in the history
Fix assembly and union on creation
  • Loading branch information
BarbourSmith committed Oct 19, 2020
2 parents c0b17e3 + 39bb3f1 commit d7717c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/molecules/assembly.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export default class Assembly extends Atom{
this.addIO('input', ioValue.name, this, 'geometry', '')
})
}

addOrDeletePorts(this)
}


Expand Down
2 changes: 2 additions & 0 deletions src/js/molecules/union.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export default class Union extends Atom{
this.addIO('input', ioValue.name, this, 'geometry', '')
})
}

addOrDeletePorts(this)
}


Expand Down

0 comments on commit d7717c7

Please sign in to comment.