mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
fix: TreeSelect not show hightlight with keyboard (#33755)
This commit is contained in:
parent
395c549049
commit
151085b058
@ -121,7 +121,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"memoize-one": "^6.0.0",
|
||||
"moment": "^2.25.3",
|
||||
"rc-cascader": "~3.0.0-alpha.3",
|
||||
"rc-cascader": "~3.0.0-alpha.8",
|
||||
"rc-checkbox": "~2.3.0",
|
||||
"rc-collapse": "~3.1.0",
|
||||
"rc-dialog": "~8.6.0",
|
||||
@ -147,8 +147,8 @@
|
||||
"rc-tabs": "~11.10.0",
|
||||
"rc-textarea": "~0.3.0",
|
||||
"rc-tooltip": "~5.1.1",
|
||||
"rc-tree": "~5.3.5",
|
||||
"rc-tree-select": "~5.0.0-alpha.2",
|
||||
"rc-tree": "~5.4.3",
|
||||
"rc-tree-select": "~5.1.0",
|
||||
"rc-trigger": "^5.2.10",
|
||||
"rc-upload": "~4.3.0",
|
||||
"rc-util": "^5.14.0",
|
||||
|
Loading…
Reference in New Issue
Block a user