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

Merge pull request #13628 from Budibase/fix-component-auto-expand

Fix Collapsed Component Tree Not Expanding When a New Component Is Added Within It
This commit is contained in:
Andrew Kingston 2024-05-13 13:29:26 +01:00 committed by GitHub
commit 3351680eb6
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,