First draft of a feature tree pane (#4782)
This commit is contained in:
@ -781,6 +781,14 @@ export function codeToIdSelections(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (entry.artifact.type === 'sweep') {
|
||||
bestCandidate = {
|
||||
artifact: entry.artifact,
|
||||
selection,
|
||||
id: entry.id,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
if (bestCandidate) {
|
||||
|
Reference in New Issue
Block a user