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

Commit 2978b86

Browse files
authored
Allow selecting text in the right panel topic (#12870)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 5d16a38 commit 2978b86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/views/right_panel/RoomSummaryCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ const RoomTopic: React.FC<Pick<IProps, "room">> = ({ room }): JSX.Element | null
162162
onRoomTopicLinkClick(ev);
163163
return;
164164
}
165-
setExpanded(!expanded);
166165
}}
167166
>
168167
{content}

0 commit comments

Comments
 (0)