feat: Add AddOrRemoveEventsInProducts component for event management in products; refactor TriggerConnector and update PointsCreator to improve event handling and mesh identification

This commit is contained in:
2025-04-25 19:31:56 +05:30
parent 81b353307b
commit 1ad0243204
6 changed files with 170 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ function Simulation() {
}, [events])
useEffect(() => {
console.log('products: ', products);
// console.log('products: ', products);
}, [products])
return (