mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
💄 update code style
This commit is contained in:
parent
520f4e1eee
commit
8e3ce3cb27
@ -55,7 +55,7 @@ class Mention extends React.Component<MentionProps, MentionState> {
|
||||
suggestions,
|
||||
};
|
||||
}
|
||||
return null
|
||||
return null;
|
||||
}
|
||||
|
||||
private mentionEle: any;
|
||||
@ -147,5 +147,6 @@ class Mention extends React.Component<MentionProps, MentionState> {
|
||||
}
|
||||
}
|
||||
|
||||
polyfill(Mention)
|
||||
export default Mention
|
||||
polyfill(Mention);
|
||||
|
||||
export default Mention;
|
||||
|
Loading…
Reference in New Issue
Block a user