From b8f4ed41670307c7175a262639c5adf8726a8a82 Mon Sep 17 00:00:00 2001 From: hocgin Date: Mon, 27 Dec 2021 00:04:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20v4.0.39=20=E7=BC=96=E8=BE=91=E5=99=A8(?= =?UTF-8?q?=E5=8F=AF=E9=80=89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Comment/components/Editor/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Comment/components/Editor/index.tsx b/src/Comment/components/Editor/index.tsx index 05d7b3a5..569c14da 100644 --- a/src/Comment/components/Editor/index.tsx +++ b/src/Comment/components/Editor/index.tsx @@ -7,11 +7,13 @@ import { ClearOutlined, SmileOutlined, UserOutlined } from '@ant-design/icons'; import { CommentType, ReplyDataType, - ReplyParamsType, UseAction, + ReplyParamsType, + UseAction, UserDataType, } from '../type'; // @ts-ignore import { Picker } from 'emoji-mart'; +import 'emoji-mart/css/emoji-mart.css'; import { useMount, useRequest } from 'ahooks'; const { TextArea } = Input;