Add key context to ConversationEditor
Co-Authored-By: Marshall <marshall@zed.dev>
This commit is contained in:
parent
a1c8f01ff3
commit
80f315106d
1 changed files with 1 additions and 0 deletions
|
@ -2474,6 +2474,7 @@ impl Render for ConversationEditor {
|
|||
|
||||
fn render(&mut self, cx: &mut ViewContext<Self>) -> Self::Element {
|
||||
div()
|
||||
.key_context("ConversationEditor")
|
||||
.size_full()
|
||||
.relative()
|
||||
.capture_action(cx.listener(ConversationEditor::cancel_last_assist))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue