fix(ui): remove old esc hotkey

This commit is contained in:
psychedelicious 2024-01-03 21:27:24 +11:00 committed by Kent Keirsey
parent 1fee08639d
commit eb16ad3d6f

View File

@ -116,11 +116,6 @@ export const useHotkeyData = (): HotkeyGroup[] => {
desc: t('hotkeys.deleteImage.desc'),
hotkeys: [['Del']],
},
{
title: t('hotkeys.closePanels.title'),
desc: t('hotkeys.closePanels.desc'),
hotkeys: [['Esc']],
},
],
}),
[t]