Gizmo Position and Colision

Hello. Collision doesn’t work on gizmo. Since I couldn’t find a solution, I think this is normal now. Is this normal in babylonjs? Can I use both gizmo and collision?

Mesh Collision | Babylon.js Playground (babylonjs.com)

The gizmos don’t use moveWithCollisions to update a mesh so you’ll need to implement your own gizmo logic if you want both.