Prevent reticle from moving to center of object on select

Hello, I have added a reticle for my raycasters (controller and hands). It works great and the reticle follows the surface object of the hovered object. But! Whenever I press to select (controller button or hand pinch), the reticle gets moved to the center of the object. Is it possible to select, without moving the reticle?

The first image shows when I hover the object, the second after I press to select.
image
after

I solved it. I thought I should make a little update in case someone else wonders about this. The problem was that I wanted the “Activate” action. But when I clicked the button it activated the “Select” action. I just enabled Activate on Hover on the raycasters and changed the action binding to always trigger the Activate action and never use the select action.