mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +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();
|
||||
}
|
||||
cx.notify();
|
||||
}
|
||||
fn render_toggle_contacts_button(
|
||||
&self,
|
||||
|
|
Loading…
Reference in a new issue