Focus editor when confirming outline item
This commit is contained in:
parent
5768f14a03
commit
3c56f6d5c1
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ impl PickerDelegate for OutlineViewDelegate {
|
||||||
s.select_ranges([position..position])
|
s.select_ranges([position..position])
|
||||||
});
|
});
|
||||||
active_editor.highlight_rows(None);
|
active_editor.highlight_rows(None);
|
||||||
|
active_editor.focus(cx);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue