mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-04 01:24:20 +03:00
Add missing call to cx.notify
This commit is contained in:
parent
081e340d26
commit
c1a6292152
@ -481,6 +481,7 @@ impl CollabTitlebarItem {
|
||||
})
|
||||
.detach();
|
||||
}
|
||||
cx.notify();
|
||||
}
|
||||
fn render_toggle_contacts_button(
|
||||
&self,
|
||||
|
Loading…
Reference in New Issue
Block a user