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
1 changed files with 2 additions and 0 deletions

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,