fix: remove bugs with signature deletion

This commit is contained in:
Guarzo
2025-06-05 10:15:52 -04:00
parent f28affa222
commit 30b90cd4be
4 changed files with 40 additions and 20 deletions

View File

@@ -128,9 +128,8 @@ export const SystemSignaturesContent = ({
event.preventDefault();
event.stopPropagation();
if (onSignatureDeleted && selectedSignatures.length > 0) {
onSignatureDeleted(selectedSignatures);
}
// Delete key should always immediately delete, never show pending deletions
handleDeleteSelected();
});