Inviting/Responding/Creating Channels... etc.
This commit is contained in:
parent
396ecefa4f
commit
5fbc60d8da
5 changed files with 420 additions and 644 deletions
|
@ -59,6 +59,7 @@ impl RenderOnce for IconButton {
|
|||
|
||||
if let Some(click_handler) = self.on_click {
|
||||
button = button.on_click(move |event, cx| {
|
||||
cx.stop_propagation();
|
||||
click_handler(event, cx);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue