From 5624e0916da338099f6397c38bbc1b6454386767 Mon Sep 17 00:00:00 2001 From: "zed-zippy[bot]" <234243425+zed-zippy[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:06:06 +0000 Subject: [PATCH] Narrow `.occlude()` call (#49981) (cherry-pick to preview) (#49983) Cherry-pick of #49981 to preview ---- Release Notes: - N/A Co-authored-by: John Tur --- crates/title_bar/src/collab.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/title_bar/src/collab.rs b/crates/title_bar/src/collab.rs index c5071d1fff466a4352781be88d728fafe4f4ce78..39415589abeaa733f41894792ed4e82492fad810 100644 --- a/crates/title_bar/src/collab.rs +++ b/crates/title_bar/src/collab.rs @@ -143,7 +143,6 @@ impl TitleBar { h_flex() .id("collaborator-list") - .occlude() .w_full() .gap_1() .overflow_x_scroll() @@ -227,6 +226,7 @@ impl TitleBar { .ok(); }) }) + .occlude() .tooltip({ let login = collaborator.user.github_login.clone(); Tooltip::text(format!("Follow {login}"))