Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Allow selecting text in the right panel topic (#12870)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy authored Aug 7, 2024
1 parent 5d16a38 commit 2978b86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/right_panel/RoomSummaryCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ const RoomTopic: React.FC<Pick<IProps, "room">> = ({ room }): JSX.Element | null
onRoomTopicLinkClick(ev);
return;
}
setExpanded(!expanded);
}}
>
{content}
Expand Down

0 comments on commit 2978b86

Please sign in to comment.