From 059fcf6909ee3950aa45884c40d715bb8fdf478a Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 21 Apr 2022 21:49:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ChatBox/ChatInputBox/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/ChatBox/ChatInputBox/index.tsx b/web/src/components/ChatBox/ChatInputBox/index.tsx index 0480a3c7..da0a21ad 100644 --- a/web/src/components/ChatBox/ChatInputBox/index.tsx +++ b/web/src/components/ChatBox/ChatInputBox/index.tsx @@ -58,7 +58,6 @@ export const ChatInputBox: React.FC = React.memo((props) => { useSharedEventHandler('replyMessage', async (payload) => { if (inputRef.current) { inputRef.current.focus(); - console.log(payload); if (payload && isValidStr(payload?.author)) { const userInfo = await getCachedUserInfo(payload.author); setMessage(