Re-enable key bindings for AssistantPanel
This commit is contained in:
parent
3ab2062614
commit
5a1509ef26
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue