mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
Fix the outline panel's focus tracking (#20083)
Closes https://github.com/zed-industries/zed/issues/20073 Release Notes: - Fixed outline panel navigation ([https://github.com/zed-industries/zed/issues/20073](#20073)) Co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
a960344301
commit
c8f1969916
1 changed files with 1 additions and 1 deletions
|
@ -4261,7 +4261,7 @@ impl Render for OutlinePanel {
|
|||
}
|
||||
}),
|
||||
)
|
||||
.track_focus(&self.focus_handle(cx))
|
||||
.track_focus(&self.focus_handle)
|
||||
.when_some(search_query, |outline_panel, search_state| {
|
||||
outline_panel.child(
|
||||
v_flex()
|
||||
|
|
Loading…
Reference in a new issue