From 2929e343c3647e25f5025f5db833dcbeda37954f Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 19 Nov 2024 14:58:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=82=AE=E4=BB=B6=E7=BC=96=E8=BE=91:=20?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E7=9A=84cid=E9=9C=80=E8=A6=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Conversations/Online/Input/EmailEditorPopup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Conversations/Online/Input/EmailEditorPopup.jsx b/src/views/Conversations/Online/Input/EmailEditorPopup.jsx index d00a5af..0c3e8e2 100644 --- a/src/views/Conversations/Online/Input/EmailEditorPopup.jsx +++ b/src/views/Conversations/Online/Input/EmailEditorPopup.jsx @@ -118,7 +118,7 @@ const EmailEditorPopup = ({ open, setOpen, fromEmail, fromUser, toEmail, convers setStickToCid(conversationid) return () => {} - }, []) + }, [open]) const [isRichText, setIsRichText] = useState(mobile === false);