1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Merge branch 'master' into fix/13660

This commit is contained in:
Michael Drury 2024-05-13 13:34:38 +01:00 committed by GitHub
commit 00e7d22c47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -440,6 +440,8 @@ export class ComponentStore extends BudiStore {
return state
})
componentTreeNodesStore.makeNodeVisible(componentInstance._id)
// Log event
analytics.captureEvent(Events.COMPONENT_CREATED, {
name: componentInstance._component,