mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
🐛 Reserve ant-typography className
This commit is contained in:
parent
9f4546897b
commit
0590c056c1
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user