Use new div impl to reduce footprint
This commit is contained in:
parent
c28d873a2f
commit
bfd71db0a3
13 changed files with 45 additions and 52 deletions
|
@ -3529,7 +3529,6 @@ impl EventEmitter<ActiveThreadEvent> for ActiveThread {}
|
|||
impl Render for ActiveThread {
|
||||
fn render(&mut self, window: &mut Window, cx: &mut Context<Self>) -> impl IntoElement {
|
||||
v_flex()
|
||||
.id(("active-thread", cx.entity_id()))
|
||||
.size_full()
|
||||
.relative()
|
||||
.bg(cx.theme().colors().panel_background)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue