mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-27 04:07:05 +00:00
⌨️ fix: allow file upload shortcut when editing (#14764)
Co-authored-by: Bas Schleijpen <bas.schleijpen@surf.nl>
This commit is contained in:
parent
b2128a7d18
commit
db43121073
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ export const EDITING_ALLOWED_SHORTCUTS: ReadonlySet<ShortcutActionId> = new Set(
|
|||
'showShortcuts',
|
||||
'submitMessage',
|
||||
'escalateSteer',
|
||||
'uploadFile',
|
||||
]);
|
||||
|
||||
export type ShortcutAction = ShortcutDefinition & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue