fix: fix custom tool content is not update (#30250)

This commit is contained in:
wangxiaolei
2025-12-28 17:50:30 +08:00
committed by GitHub
parent 543ce38a6c
commit bf56c2e9db
3 changed files with 30 additions and 16 deletions

View File

@ -61,7 +61,7 @@ const VersionHistoryButton: FC<VersionHistoryButtonProps> = ({
>
<Button
className={cn(
'p-2 rounded-lg border border-transparent',
'rounded-lg border border-transparent p-2',
theme === 'dark' && 'border-black/5 bg-white/10 backdrop-blur-sm',
)}
onClick={handleViewVersionHistory}