diff --git a/src/agentMode/ui/ModelEnableList.tsx b/src/agentMode/ui/ModelEnableList.tsx index 3594b752..40c31a8f 100644 --- a/src/agentMode/ui/ModelEnableList.tsx +++ b/src/agentMode/ui/ModelEnableList.tsx @@ -170,9 +170,22 @@ export const ModelEnableList: React.FC = ({ )} {group.tooltip && ( - - - + // Stop pointer/click from bubbling to the CollapsibleTrigger so + // tapping the hint (which opens the tooltip on mobile) doesn't + // also collapse/expand the group. + e.stopPropagation()} + onPointerDown={(e) => e.stopPropagation()} + > + + + + )}