Have /clear also clear the console.
This commit is contained in:
parent
5c6e601026
commit
39d57ead1a
|
@ -71,6 +71,7 @@ export const useSlashCommandProcessor = (
|
||||||
action: (_value: PartListUnion | string) => {
|
action: (_value: PartListUnion | string) => {
|
||||||
onDebugMessage('Clearing terminal.');
|
onDebugMessage('Clearing terminal.');
|
||||||
clearItems();
|
clearItems();
|
||||||
|
console.clear();
|
||||||
refreshStatic();
|
refreshStatic();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue