Skip to content

Commit

Permalink
feat: v4.0.39 编辑器(可选)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Dec 26, 2021
1 parent 1e0791e commit b8f4ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Comment/components/Editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b8f4ed4

Please sign in to comment.