Emojify and linkify group descriptions
This commit is contained in:
parent
68f1023946
commit
65a1e82857
6 changed files with 87 additions and 18 deletions
|
@ -79,6 +79,10 @@ export const ConversationDetailsHeader: React.ComponentType<Props> = ({
|
|||
<button
|
||||
type="button"
|
||||
onClick={ev => {
|
||||
if (ev.target instanceof HTMLAnchorElement) {
|
||||
return;
|
||||
}
|
||||
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
startEditing(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue