Get actions + focus working on picker, now that it's a view
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
36d9633f6f
commit
ea603401e2
3 changed files with 18 additions and 14 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue