diff --git a/crates/collab_ui/src/collab_titlebar_item.rs b/crates/collab_ui/src/collab_titlebar_item.rs index 928cf3273b..c78a50b86d 100644 --- a/crates/collab_ui/src/collab_titlebar_item.rs +++ b/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 => {