Fix oversight, ty Jon

This commit is contained in:
Adam Chalmers
2025-04-28 12:01:04 -05:00
parent 61830e6f0a
commit bed2070d97

View File

@ -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'