repl: Remove unused repl_panel::ToggleFocus
action (#14983)
This PR removes the `repl_panel::ToggleFocus` action, as we don't need it anymore. Release Notes: - N/A
This commit is contained in:
parent
2a69420c42
commit
4227a3d3e0
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ actions!(
|
|||
RefreshKernelspecs
|
||||
]
|
||||
);
|
||||
actions!(repl_panel, [ToggleFocus]);
|
||||
|
||||
pub fn init(cx: &mut AppContext) {
|
||||
cx.observe_new_views(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue