Get actions + focus working on picker, now that it's a view

Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-11-07 13:48:32 -08:00
parent 36d9633f6f
commit ea603401e2
3 changed files with 18 additions and 14 deletions

View file

@ -9186,7 +9186,7 @@ impl Editor {
// supports
// }
fn focus(&self, cx: &mut WindowContext) {
pub fn focus(&self, cx: &mut WindowContext) {
cx.focus(&self.focus_handle)
}
}