This commit is contained in:
Gerard Burns 2024-03-14 15:58:55 +00:00
parent 49c104d762
commit 2d488f494c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
return findComponentPath($selectedComponent, component._id)?.length > 0 return findComponentPath($selectedComponent, component._id)?.length > 0
} }
const handleIconClick = (componentId) => { const handleIconClick = componentId => {
componentStore.select(componentId) componentStore.select(componentId)
componentTreeNodesStore.toggleNode(componentId) componentTreeNodesStore.toggleNode(componentId)
} }