이미지 선택 다이얼로그의 카드 툴팁 제거
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5368764f85
commit
3a1d8a63ac
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ export default function ImagePicker({ open, onClose, onSelect, currentImageId })
|
|||
borderColor: isSelected ? 'var(--selected-border)' : 'var(--panel-border)',
|
||||
boxShadow: isSelected ? '0 0 0 2px var(--ring-info)' : undefined,
|
||||
}}
|
||||
title={image.name}
|
||||
>
|
||||
<div
|
||||
className="aspect-square flex items-center justify-center p-4"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue