From 2978b86e52c4e67b552ba1e61847df4ae26854ca Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 7 Aug 2024 09:45:50 +0100 Subject: [PATCH] Allow selecting text in the right panel topic (#12870) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/right_panel/RoomSummaryCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/right_panel/RoomSummaryCard.tsx b/src/components/views/right_panel/RoomSummaryCard.tsx index 0102974423..9dfe049a52 100644 --- a/src/components/views/right_panel/RoomSummaryCard.tsx +++ b/src/components/views/right_panel/RoomSummaryCard.tsx @@ -162,7 +162,6 @@ const RoomTopic: React.FC> = ({ room }): JSX.Element | null onRoomTopicLinkClick(ev); return; } - setExpanded(!expanded); }} > {content}