diff --git a/src/components/HighlightItem.tsx b/src/components/HighlightItem.tsx index 8a604b26..d15ee963 100644 --- a/src/components/HighlightItem.tsx +++ b/src/components/HighlightItem.tsx @@ -434,10 +434,6 @@ export const HighlightItem: React.FC = ({ } } - const handleCancelDelete = () => { - setShowDeleteConfirm(false) - } - const handleMenuToggle = (e: React.MouseEvent) => { e.stopPropagation() // Reset delete confirm state when opening/closing menu