From 2b0280a47941076761ddd74b1ed1d7c7c683027c Mon Sep 17 00:00:00 2001 From: Jude Cooray Date: Tue, 11 Jul 2023 15:34:46 +1000 Subject: [PATCH] Show title for when the title is too long (#395) --- src/components/Menu/ChatHistory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Menu/ChatHistory.tsx b/src/components/Menu/ChatHistory.tsx index b2dd791..e109a3c 100644 --- a/src/components/Menu/ChatHistory.tsx +++ b/src/components/Menu/ChatHistory.tsx @@ -101,7 +101,7 @@ const ChatHistory = React.memo( onDragStart={handleDragStart} > -
+
{isEdit ? (