mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 10:45:00 +03:00
Focus editor when confirming outline item
This commit is contained in:
parent
5768f14a03
commit
3c56f6d5c1
@ -243,6 +243,7 @@ impl PickerDelegate for OutlineViewDelegate {
|
||||
s.select_ranges([position..position])
|
||||
});
|
||||
active_editor.highlight_rows(None);
|
||||
active_editor.focus(cx);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user