feat: Implement Points management with PointsCreator component; enhance event handling and transform controls for simulation points

This commit is contained in:
2025-04-22 19:02:44 +05:30
parent d161b70537
commit cd737ed74c
6 changed files with 248 additions and 20 deletions

View File

@@ -117,7 +117,7 @@ function Vehicles() {
}, [])
useEffect(() => {
console.log('vehicles: ', vehicles);
// console.log('vehicles: ', vehicles);
}, [vehicles])