Revert "fix: video card button cannot click"

This reverts commit 5798a6c63b966500870e009e384c2e2e5417b571.
This commit is contained in:
shinya
2025-08-22 00:07:00 +08:00
parent 9647937bb0
commit 7224fc98fd
2 changed files with 3 additions and 14 deletions

View File

@@ -583,7 +583,6 @@ const VideoCard = forwardRef<VideoCardHandle, VideoCardProps>(function VideoCard
{config.showCheckCircle && (
<Trash2
onClick={handleDeleteRecord}
data-role="button"
size={20}
className='text-white transition-all duration-300 ease-out hover:stroke-red-500 hover:scale-[1.1]'
style={{
@@ -600,7 +599,6 @@ const VideoCard = forwardRef<VideoCardHandle, VideoCardProps>(function VideoCard
{config.showHeart && (
<Heart
onClick={handleToggleFavorite}
data-role="button"
size={20}
className={`transition-all duration-300 ease-out ${favorited
? 'fill-red-600 stroke-red-600'