mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
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