fix: shortcut key tips ()

This commit is contained in:
yetone 2024-08-17 15:55:34 +08:00 committed by GitHub
parent 0e0d9d6f7d
commit c3c47264f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -641,7 +641,11 @@ function Sidebar:render()
N.text_input({ N.text_input({
id = "text-input", id = "text-input",
border_label = { border_label = {
text = string.format(" 🙋 with %s %s (<Tab> key jump to the chat history): ", icon, code_filename), text = string.format(
" 🙋 with %s %s (<Tab> key to switch between result and input): ",
icon,
code_filename
),
}, },
placeholder = "Enter your question", placeholder = "Enter your question",
autofocus = true, autofocus = true,