Update collab_titlebar_item.rs
This commit is contained in:
parent
180ba42456
commit
164084c61c
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,8 @@ impl Render for CollabTitlebarItem {
|
||||||
.into_any_element(),
|
.into_any_element(),
|
||||||
)
|
)
|
||||||
.anchor(gpui::AnchorCorner::TopRight)
|
.anchor(gpui::AnchorCorner::TopRight)
|
||||||
|
// TODO: Show when trigger is clicked
|
||||||
|
.show_menu(true)
|
||||||
.children(vec![div().w_96().h_96().bg(gpui::red())]),
|
.children(vec![div().w_96().h_96().bg(gpui::red())]),
|
||||||
)
|
)
|
||||||
// this.child(
|
// this.child(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue