mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): remove old esc hotkey
This commit is contained in:
committed by
Kent Keirsey
parent
1fee08639d
commit
eb16ad3d6f
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user