Add a hover menu to see who's in a channel
Co-Authored-By: Max <max@zed.dev> Inspired-By: @RemcoSmitsDev
This commit is contained in:
parent
95fab1037f
commit
a0f8a2342f
2 changed files with 42 additions and 7 deletions
|
@ -85,7 +85,7 @@ impl Render for Tooltip {
|
|||
}
|
||||
}
|
||||
|
||||
fn tooltip_container<V>(
|
||||
pub fn tooltip_container<V>(
|
||||
cx: &mut ViewContext<V>,
|
||||
f: impl FnOnce(Div, &mut ViewContext<V>) -> Div,
|
||||
) -> impl IntoElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue