From 2f027bc82eeca513981e7de05519724a5938be7e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 12 Apr 2024 14:12:00 -0500 Subject: [PATCH] allow text selection in dms --- src/routes/Chat.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/Chat.tsx b/src/routes/Chat.tsx index 1af48816..1576c21e 100644 --- a/src/routes/Chat.tsx +++ b/src/routes/Chat.tsx @@ -179,7 +179,9 @@ function SingleMessage(props: { -

{props.dm.message}

+

+ {props.dm.message} +