⌨️ fix: allow file upload shortcut when editing (#14764)

Co-authored-by: Bas Schleijpen <bas.schleijpen@surf.nl>
This commit is contained in:
Bas 2026-08-12 16:18:57 +02:00 committed by GitHub
parent b2128a7d18
commit db43121073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -299,6 +299,7 @@ export const EDITING_ALLOWED_SHORTCUTS: ReadonlySet<ShortcutActionId> = new Set(
'showShortcuts',
'submitMessage',
'escalateSteer',
'uploadFile',
]);
export type ShortcutAction = ShortcutDefinition & {