mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 08:46:57 +03:00
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:
commit
7f62a17276
@ -1157,6 +1157,7 @@ impl Render for AssistantPanel {
|
|||||||
});
|
});
|
||||||
|
|
||||||
v_stack()
|
v_stack()
|
||||||
|
.key_context("AssistantPanel")
|
||||||
.size_full()
|
.size_full()
|
||||||
.on_action(cx.listener(|this, _: &workspace::NewFile, cx| {
|
.on_action(cx.listener(|this, _: &workspace::NewFile, cx| {
|
||||||
this.new_conversation(cx);
|
this.new_conversation(cx);
|
||||||
|
Loading…
Reference in New Issue
Block a user