1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00
This commit is contained in:
Gerard Burns 2024-04-24 08:05:29 +01:00
parent a4c0328c53
commit cbf33adc0e

View file

@ -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
}