Remove spurious focus of contact popover when opening it

Max Brunsfeld and Nathan Sobo created

Co-authored-by: Nathan Sobo <nathan@zed.dev>

Change summary

crates/collab_ui/src/collab_titlebar_item.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/collab_ui/src/collab_titlebar_item.rs 🔗

@@ -152,7 +152,6 @@ impl CollabTitlebarItem {
                     let project = workspace.read(cx).project().clone();
                     let user_store = workspace.read(cx).user_store().clone();
                     let view = cx.add_view(|cx| ContactsPopover::new(project, user_store, cx));
-                    cx.focus(&view);
                     cx.subscribe(&view, |this, _, event, cx| {
                         match event {
                             contacts_popover::Event::Dismissed => {