Fix edit/select sketch-on-cap via feature tree

This commit is contained in:
Frank Noirot
2025-02-12 17:51:15 -05:00
parent 039092ec24
commit bd10c65bdb

View File

@ -62,7 +62,7 @@ export const FeatureTreePane = () => {
) )
: null : null
if (!artifact || !('codeRef' in artifact)) { if (!artifact) {
modelingSend({ modelingSend({
type: 'Set selection', type: 'Set selection',
data: { data: {