mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
Fix flicker in iterm2 (#266)
This commit is contained in:
parent
358281f0fd
commit
0a7f461d39
6 changed files with 183 additions and 193 deletions
|
|
@ -24,7 +24,6 @@ interface HandleAtCommandParams {
|
|||
query: string;
|
||||
config: Config;
|
||||
addItem: UseHistoryManagerReturn['addItem'];
|
||||
updateItem: UseHistoryManagerReturn['updateItem'];
|
||||
setDebugMessage: React.Dispatch<React.SetStateAction<string>>;
|
||||
messageId: number;
|
||||
}
|
||||
|
|
@ -88,7 +87,7 @@ function parseAtCommand(
|
|||
export async function handleAtCommand({
|
||||
query,
|
||||
config,
|
||||
addItem: addItem,
|
||||
addItem,
|
||||
setDebugMessage,
|
||||
messageId: userMessageTimestamp,
|
||||
}: HandleAtCommandParams): Promise<HandleAtCommandResult> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue