mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 08:54:04 +00:00
assistant2: Update message editor placeholder (#23363)
To make the mention and keyboard navigability discoverable. Release Notes: - N/A
This commit is contained in:
parent
40a6b0a0a3
commit
d0db05980e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ impl MessageEditor {
|
||||||
|
|
||||||
let editor = cx.new_view(|cx| {
|
let editor = cx.new_view(|cx| {
|
||||||
let mut editor = Editor::auto_height(10, cx);
|
let mut editor = Editor::auto_height(10, cx);
|
||||||
editor.set_placeholder_text("Ask anything…", cx);
|
editor.set_placeholder_text("Ask anything, @ to mention, ↑ to select", cx);
|
||||||
editor.set_show_indent_guides(false, cx);
|
editor.set_show_indent_guides(false, cx);
|
||||||
|
|
||||||
editor
|
editor
|
||||||
|
|
Loading…
Reference in a new issue