Allow selecting text in the right panel topic (#12870)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -162,7 +162,6 @@ const RoomTopic: React.FC<Pick<IProps, "room">> = ({ room }): JSX.Element | null
|
|||||||
onRoomTopicLinkClick(ev);
|
onRoomTopicLinkClick(ev);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setExpanded(!expanded);
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
|
|||||||
Reference in New Issue
Block a user