Fix a few identity mixups in GPUI

co-authored-by: nathan <nathan@zed.dev>
This commit is contained in:
Mikayla 2023-11-21 17:11:38 -08:00
parent e557eb4afe
commit 469b05684f
No known key found for this signature in database
7 changed files with 84 additions and 44 deletions

View file

@ -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| {