mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
fix: unblock input after ESC cancel, suppress abort errors, add hint
- Use Promise.race in handleSlashCommand so ESC abort immediately unblocks the submitQuery await chain (fixes /compress blocking input) - Suppress abort error messages in /compress and /summary when cancelled via ESC (cancelSlashCommand already shows "Command cancelled") - Add "(esc to cancel)" hint below pending slash command items - Add i18n translations for the new hint in all 6 locales
This commit is contained in:
parent
66f754e203
commit
5376ca5873
13 changed files with 106 additions and 7 deletions
|
|
@ -558,6 +558,7 @@ export const AppContainer = (props: AppContainerProps) => {
|
|||
historyManager.loadHistory,
|
||||
refreshStatic,
|
||||
toggleVimEnabled,
|
||||
isProcessing,
|
||||
setIsProcessing,
|
||||
setGeminiMdFileCount,
|
||||
slashCommandActions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue