1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
This commit is contained in:
Gerard Burns 2024-03-14 15:58:55 +00:00
parent 49c104d762
commit 2d488f494c

View file

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