mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
style: optimize mentions dropdown in RTL (#23076)
This commit is contained in:
parent
ecf025548b
commit
192146d2a2
@ -156,6 +156,7 @@ class Mentions extends React.Component<MentionProps, MentionState> {
|
||||
notFoundContent={this.getNotFoundContent(renderEmpty)}
|
||||
className={mergedClassName}
|
||||
disabled={disabled}
|
||||
direction={direction}
|
||||
{...mentionsProps}
|
||||
filterOption={this.getFilterOption()}
|
||||
onFocus={this.onFocus}
|
||||
|
@ -115,7 +115,7 @@
|
||||
"rc-dropdown": "~3.0.0",
|
||||
"rc-field-form": "~1.1.0",
|
||||
"rc-input-number": "~4.5.4",
|
||||
"rc-mentions": "~1.0.0",
|
||||
"rc-mentions": "~1.1.0",
|
||||
"rc-menu": "~8.0.1",
|
||||
"rc-notification": "~4.0.0",
|
||||
"rc-pagination": "~2.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user