Re-enable key bindings for AssistantPanel (#3885)

Release Notes:

- Fixed a bug that caused `cmd-g` and `cmd-shift-g` to not work anymore
in the assistant panel.
This commit is contained in:
Antonio Scandurra 2024-01-04 16:42:07 +01:00 committed by GitHub
commit 7f62a17276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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