mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-19 20:32:48 +01:00
Allow selecting text in the right panel topic (#12870)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
5d16a38b17
commit
2978b86e52
@ -162,7 +162,6 @@ const RoomTopic: React.FC<Pick<IProps, "room">> = ({ room }): JSX.Element | null
|
||||
onRoomTopicLinkClick(ev);
|
||||
return;
|
||||
}
|
||||
setExpanded(!expanded);
|
||||
}}
|
||||
>
|
||||
{content}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user