our own message html processing to open links in new tab

This commit is contained in:
2025-02-11 23:17:39 -07:00
parent 0b928c171f
commit 0462340694
5 changed files with 220 additions and 11 deletions
+1 -1
View File
@@ -212,9 +212,9 @@ pub fn Channel(id: ChannelId) -> Element {
summary {
span {
role: "button",
prevent_default: "onclick",
ondoubleclick: move |evt| {
evt.stop_propagation();
evt.prevent_default();
net.send(EnterChannel { channel: id, user })
},
"{state.name}"