Allow selecting text in the right panel topic (#12870)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
dbkr/sss
Michael Telatynski 2024-08-07 09:45:50 +01:00 committed by GitHub
parent 5d16a38b17
commit 2978b86e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ const RoomTopic: React.FC<Pick<IProps, "room">> = ({ room }): JSX.Element | null
onRoomTopicLinkClick(ev);
return;
}
setExpanded(!expanded);
}}
>
{content}