Skip to content

Commit

Permalink
Fix a few things post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Feb 14, 2025
1 parent 9b89d89 commit c95e309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ const OperationItem = (props: {
type: 'deleteOperation',
data: {
targetSourceRange: sourceRangeFromRust(props.item.sourceRange),
currentOperation: props.item,
},
})
}
Expand Down
1 change: 1 addition & 0 deletions src/lang/modifyAst/deleteSelection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export async function deleteSelectionPromise(
ast,
selection,
kclManager.variables,
engineCommandManager.artifactGraph,
getFaceDetails
)
if (err(modifiedAst)) {
Expand Down

0 comments on commit c95e309

Please sign in to comment.