fix: no wrap (#34)

This commit is contained in:
yetone
2024-08-17 15:34:37 +08:00
committed by GitHub
parent f8cbc88424
commit 80feab88cc
2 changed files with 2 additions and 2 deletions

View File

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