Channel Context Menu
This commit is contained in:
parent
ee260a5e24
commit
41e7653906
2 changed files with 195 additions and 183 deletions
|
@ -1480,7 +1480,7 @@ impl Render for ProjectPanel {
|
|||
.children(self.context_menu.as_ref().map(|(menu, position, _)| {
|
||||
overlay()
|
||||
.position(*position)
|
||||
.anchor(gpui::AnchorCorner::BottomLeft)
|
||||
.anchor(gpui::AnchorCorner::TopLeft)
|
||||
.child(menu.clone())
|
||||
}))
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue