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…
Add table
Add a link
Reference in a new issue