1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
This commit is contained in:
Andrew Kingston 2021-02-04 18:05:05 +00:00
parent 8962440901
commit 02d53cad5a

View file

@ -421,7 +421,7 @@ export const getFrontendStore = () => {
return
}
component._id = uuid()
component.children?.forEach(randomizeIds)
component._children?.forEach(randomizeIds)
}
randomizeIds(componentToPaste)
}