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:
@@ -22,7 +22,6 @@ actions!(
|
||||
RefreshKernelspecs
|
||||
]
|
||||
);
|
||||
actions!(repl_panel, [ToggleFocus]);
|
||||
|
||||
pub fn init(cx: &mut AppContext) {
|
||||
cx.observe_new_views(
|
||||
|
||||
Reference in New Issue
Block a user