diff --git a/frontend/src/Components/VideoCard.tsx b/frontend/src/Components/VideoCard.tsx index 2b390d12..e9faa739 100644 --- a/frontend/src/Components/VideoCard.tsx +++ b/frontend/src/Components/VideoCard.tsx @@ -82,7 +82,11 @@ export default function VideoCard({
void handleToggleAction('favorite')} + onClick={(e) => { + e.stopPropagation(); + void handleToggleAction('favorite'); + } + } > {bookmark}