From eb16ad3d6ffeb40b8da13b37c6f886c2ba7e7d2a Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:27:24 +1100 Subject: [PATCH] fix(ui): remove old esc hotkey --- .../features/system/components/HotkeysModal/useHotkeyData.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts b/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts index 4aa0264e35..a96f118f68 100644 --- a/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts +++ b/invokeai/frontend/web/src/features/system/components/HotkeysModal/useHotkeyData.ts @@ -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]