Allow opening channel notes from the channel list

This commit is contained in:
Max Brunsfeld
2023-12-06 12:09:29 -08:00
parent bcdefb8ec8
commit 1ec81e02da
+3
View File
@@ -2619,6 +2619,9 @@ impl CollabPanel {
} else {
Color::Muted
})
.on_click(cx.listener(move |this, _, cx| {
this.open_channel_notes(channel_id, cx)
}))
.tooltip(|cx| {
Tooltip::text("Open channel notes", cx)
}),