fix: shortcut key tips (#37)

This commit is contained in:
yetone
2024-08-17 15:55:34 +08:00
committed by GitHub
parent 0e0d9d6f7d
commit c3c47264f0

View File

@@ -641,7 +641,11 @@ function Sidebar:render()
N.text_input({
id = "text-input",
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",
autofocus = true,