From db431210733e75391867ce69b1a70510cce2bbd5 Mon Sep 17 00:00:00 2001 From: Bas Date: Wed, 12 Aug 2026 16:18:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8C=A8=EF=B8=8F=20fix:=20allow=20file=20uplo?= =?UTF-8?q?ad=20shortcut=20when=20editing=20(#14764)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bas Schleijpen --- client/src/hooks/useKeyboardShortcuts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/hooks/useKeyboardShortcuts.ts b/client/src/hooks/useKeyboardShortcuts.ts index ca4ac620ac..e34b75606f 100644 --- a/client/src/hooks/useKeyboardShortcuts.ts +++ b/client/src/hooks/useKeyboardShortcuts.ts @@ -299,6 +299,7 @@ export const EDITING_ALLOWED_SHORTCUTS: ReadonlySet = new Set( 'showShortcuts', 'submitMessage', 'escalateSteer', + 'uploadFile', ]); export type ShortcutAction = ShortcutDefinition & {