mirror of
https://github.com/dergigi/boris.git
synced 2025-12-30 21:14:48 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user