Fix a few identity mixups in GPUI
co-authored-by: nathan <nathan@zed.dev>
This commit is contained in:
parent
e557eb4afe
commit
469b05684f
7 changed files with 84 additions and 44 deletions
|
@ -721,7 +721,7 @@ impl Render for PanelButtons {
|
|||
let panel = panel.clone();
|
||||
menu = menu.entry(
|
||||
ListItem::new(
|
||||
panel.entity_id(),
|
||||
position.to_label(),
|
||||
Label::new(format!("Dock {}", position.to_label())),
|
||||
),
|
||||
move |_, cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue