mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
Have /clear also clear the console.
This commit is contained in:
parent
5c6e601026
commit
39d57ead1a
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ export const useSlashCommandProcessor = (
|
|||
action: (_value: PartListUnion | string) => {
|
||||
onDebugMessage('Clearing terminal.');
|
||||
clearItems();
|
||||
console.clear();
|
||||
refreshStatic();
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue