From bed2070d9784dbf922061dc1ad045ce596826365 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Mon, 28 Apr 2025 12:01:04 -0500 Subject: [PATCH] Fix oversight, ty Jon --- src/lang/modifyAst/tagManagement.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/modifyAst/tagManagement.ts b/src/lang/modifyAst/tagManagement.ts index 39879d809..ab14a4c31 100644 --- a/src/lang/modifyAst/tagManagement.ts +++ b/src/lang/modifyAst/tagManagement.ts @@ -193,6 +193,7 @@ export function createTagExpressions( // Modify the tag based on selectionType if (artifact.type === 'sweepEdge' && artifact.subType === 'opposite') { + tagCall = createCallExpressionStdLibKw('getOppositeEdge', tagCall, []) } else if ( artifact.type === 'sweepEdge' && artifact.subType === 'adjacent'