Have /clear also clear the console.

This commit is contained in:
Seth Troisi
2025-05-15 01:19:15 +00:00
parent aae17081b7
commit c7be3c9f57
@@ -71,6 +71,7 @@ export const useSlashCommandProcessor = (
action: (_value: PartListUnion | string) => {
onDebugMessage('Clearing terminal.');
clearItems();
console.clear();
refreshStatic();
},
},