fix
This commit is contained in:
parent
a4c0328c53
commit
cbf33adc0e
|
@ -440,11 +440,14 @@ export class ComponentStore extends BudiStore {
|
|||
return state
|
||||
})
|
||||
|
||||
componentTreeNodesStore.makeNodeVisible(componentInstance._id)
|
||||
|
||||
// Log event
|
||||
analytics.captureEvent(Events.COMPONENT_CREATED, {
|
||||
name: componentInstance._component,
|
||||
})
|
||||
|
||||
|
||||
return componentInstance
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue