diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 69247e4d99..b3adf64a94 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -7709,7 +7709,11 @@ impl Editor { cx.window_context().defer(move |cx| { let target_editor: View = workspace.update(cx, |workspace, cx| { - workspace.open_project_item(target.buffer.clone(), cx) + workspace.open_project_item( + workspace.active_pane().clone(), + target.buffer.clone(), + cx, + ) }); target_editor.update(cx, |target_editor, cx| { target_editor.change_selections(Some(Autoscroll::fit()), cx, |s| {