our own message html processing to open links in new tab
This commit is contained in:
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user