Fix edit/select sketch-on-cap via feature tree
This commit is contained in:
@ -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: {
|
||||||
|
Reference in New Issue
Block a user