Fix some action registrations
This commit is contained in:
parent
c5367e3085
commit
d678efe7dd
2 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ use anyhow::Result;
|
|||
|
||||
const TERMINAL_PANEL_KEY: &'static str = "TerminalPanel";
|
||||
|
||||
actions!(terminal_view, [ToggleFocus]);
|
||||
actions!(terminal_panel, [ToggleFocus]);
|
||||
|
||||
pub fn init(cx: &mut AppContext) {
|
||||
cx.observe_new_views(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue