Skip to content

Commit

Permalink
Circular glyph part type should be kept as DNA Region
Browse files Browse the repository at this point in the history
  • Loading branch information
Drock54651 committed Sep 18, 2024
1 parent c122b89 commit a98f1ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SBOLCanvasFrontend/src/app/graph.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,6 @@ export class GraphService extends GraphHelpers {

// if the container is a circular backbone then both sides should have the same cellValue
if (glyphWidth == 1) {
glyphInfo.partType = "Circular"
this.addToInfoDict(glyphInfo)
circuitContainer.children
.filter(cell => cell.stayAtBeginning)
.forEach(child => {
Expand Down

0 comments on commit a98f1ee

Please sign in to comment.