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

@ -44,7 +44,7 @@ impl Render for DiagnosticIndicator {
};
h_stack()
.id(cx.entity_id())
.id("diagnostic-indicator")
.on_action(cx.listener(Self::go_to_next_diagnostic))
.rounded_md()
.flex_none()