🐛 Reserve ant-typography className

This commit is contained in:
afc163 2019-03-11 15:45:07 +08:00
parent 9f4546897b
commit 0590c056c1
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -109,7 +109,7 @@ class Editable extends React.Component<EditableProps, EditableState> {
const { prefixCls, ['aria-label']: ariaLabel } = this.props;
return (
<div className={`${prefixCls}-edit-content`}>
<div className={`${prefixCls} ${prefixCls}-edit-content`}>
<TextArea
ref={this.setTextarea}
value={current}