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:
commit
3351680eb6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue