fix(Signatures): Fix colors & add 'Backspace' hotkey to delete signatures

This commit is contained in:
Dmitry Popov
2024-11-29 00:19:26 +01:00
parent aff768f413
commit c73481fd58
9 changed files with 70 additions and 96 deletions

View File

@@ -227,7 +227,7 @@ export const SystemSignaturesContent = ({
};
useHotkey(true, ['a'], handleSelectAll);
useHotkey(false, ['Delete'], handleDeleteSelected);
useHotkey(false, ['Backspace', 'Delete'], handleDeleteSelected);
useEffect(() => {
if (!systemId) {