Fix post-merge issue from the old branch PR (#8590)

Follow-up of https://github.com/zed-industries/zed/pull/6924/files that
had old code in CI that worked, but fresh `main` had different code that
needed small changes.


Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-02-29 11:46:00 +02:00 committed by GitHub
parent c94852b843
commit 953bc5eee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7709,7 +7709,11 @@ impl Editor {
cx.window_context().defer(move |cx| {
let target_editor: View<Self> =
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| {