fix(ui): make interactive controls show pointer cursor (#590)

This commit is contained in:
KJdotIO
2026-03-04 00:23:21 +02:00
committed by GitHub
parent ca754d6589
commit 575cfa2604
8 changed files with 34 additions and 21 deletions
@@ -1686,7 +1686,7 @@ const ToolPart: React.FC<ToolPartProps> = ({
<div className="flex items-center gap-2 flex-shrink-0">
{}
<div
className="relative h-3.5 w-3.5 flex-shrink-0"
className="relative h-3.5 w-3.5 flex-shrink-0 cursor-pointer"
onClick={(event) => { event.stopPropagation(); onToggle(part.id); }}
>
{}