refac: Improve banner handling and command visibility in chat UI
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
|
||||
let command = '';
|
||||
|
||||
let showCommands = false;
|
||||
export let showCommands = false;
|
||||
$: showCommands = ['/', '#', '@'].includes(command?.charAt(0)) || '\\#' === command?.slice(0, 2);
|
||||
|
||||
let showTools = false;
|
||||
|
||||
Reference in New Issue
Block a user