From bd10c65bdb64d5e093f10f3b0bccc5cafd4b462f Mon Sep 17 00:00:00 2001 From: Frank Noirot Date: Wed, 12 Feb 2025 17:51:15 -0500 Subject: [PATCH] Fix edit/select sketch-on-cap via feature tree --- .../ModelingSidebar/ModelingPanes/FeatureTreePane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ModelingSidebar/ModelingPanes/FeatureTreePane.tsx b/src/components/ModelingSidebar/ModelingPanes/FeatureTreePane.tsx index 6cd15c911..49cc59e94 100644 --- a/src/components/ModelingSidebar/ModelingPanes/FeatureTreePane.tsx +++ b/src/components/ModelingSidebar/ModelingPanes/FeatureTreePane.tsx @@ -62,7 +62,7 @@ export const FeatureTreePane = () => { ) : null - if (!artifact || !('codeRef' in artifact)) { + if (!artifact) { modelingSend({ type: 'Set selection', data: {