outlinePass with transform control

I am using outlinePass for outline my mesh object.
I added mesh into outlinePass.selectedObjects array.
Then I also print that value to confirm there is only one mesh in that array.
but when I add transformcontols on mesh, transformControls also has outline as shown in Image.
is there any way to remove outline from tranformControls line

I’m afraid there is no option to control whether an object should be affected by the outline pass or not. However, you might want to just detach TransformControls when the outline pass is processed and then attach it back. This requires though a custom modification of TransformControls.

ohk thanks for the help