Rotation Problem After Pan Shift

In my project, I use ArcballControls with a PerspectiveCamera, and I would like to keep the control’s target at the center of the selected object in the scene, in order to maintain the rotation produced by the camera around the object’s axis even after a Pan Shift. How should I proceed?