Orbit camera not working with lerp position

https://playcanvas.com/editor/scene/1144150

Hi, im traing to make the orbit camera change position clicking on some HotSpot, always focusing on the main midle block cube. The problem is that lerp scrpit is not working when im clicking on HotSpot. If you chek the second Scene, the Hotspot works perfectly.
I need the camera contiuons orbit but when click on some hotspot,the camara go there but focusing the main object.
Thanks for any help!

It’s a largest project so haven’t investigated too much into the logic but it looks like you have two conflicting scripts that are affecting camera positon:

lerp.js
move-between-points.js

They both seem to be affecting the camera position.