From e163b92a7ee37bbe4b791f1a77a128be4f26e560 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 18:30:15 +0200 Subject: [PATCH] fix: remove unused handleCancelDelete function Removed handleCancelDelete as it's no longer needed after switching from ConfirmDialog modal to inline confirmation --- src/components/HighlightItem.tsx | 4 ---- 1 file changed, 4 deletions(-) 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