Re-enable key bindings for AssistantPanel

This commit is contained in:
Antonio Scandurra 2024-01-04 16:37:13 +01:00
parent 3ab2062614
commit 5a1509ef26

View file

@ -1157,6 +1157,7 @@ impl Render for AssistantPanel {
});
v_stack()
.key_context("AssistantPanel")
.size_full()
.on_action(cx.listener(|this, _: &workspace::NewFile, cx| {
this.new_conversation(cx);