fix: remove unused handleCancelDelete function

Removed handleCancelDelete as it's no longer needed after switching
from ConfirmDialog modal to inline confirmation
This commit is contained in:
Gigi
2025-10-15 18:30:15 +02:00
parent 11925a42b0
commit e163b92a7e

View File

@@ -434,10 +434,6 @@ export const HighlightItem: React.FC<HighlightItemProps> = ({
}
}
const handleCancelDelete = () => {
setShowDeleteConfirm(false)
}
const handleMenuToggle = (e: React.MouseEvent) => {
e.stopPropagation()
// Reset delete confirm state when opening/closing menu