Add key context to ConversationEditor

Antonio Scandurra and Marshall created

Co-Authored-By: Marshall <marshall@zed.dev>

Change summary

crates/assistant2/src/assistant_panel.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/assistant2/src/assistant_panel.rs 🔗

@@ -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))