mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Add missing call to cx.notify
This commit is contained in:
parent
081e340d26
commit
c1a6292152
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ impl CollabTitlebarItem {
|
||||||
})
|
})
|
||||||
.detach();
|
.detach();
|
||||||
}
|
}
|
||||||
|
cx.notify();
|
||||||
}
|
}
|
||||||
fn render_toggle_contacts_button(
|
fn render_toggle_contacts_button(
|
||||||
&self,
|
&self,
|
||||||
|
|
Loading…
Reference in a new issue