feat: upgrade trigger to 4.2.1(#19536) (#24386)

This commit is contained in:
Kermit Xuan 2020-05-22 13:06:52 +08:00 committed by GitHub
parent b57d306107
commit 254c17e320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---
order: 4
debug: true
title:
zh-CN: 隐藏后销毁
en-US: Destroy tooltip when hidden

View File

@ -937,6 +937,7 @@ exports[`Transfer should support render value and label in item 1`] = `
]
}
afterPopupVisibleChange={[Function]}
autoDestroy={false}
blurDelay={0.15}
builtinPlacements={
Object {
@ -1642,6 +1643,7 @@ exports[`Transfer should support render value and label in item 1`] = `
]
}
afterPopupVisibleChange={[Function]}
autoDestroy={false}
blurDelay={0.15}
builtinPlacements={
Object {

View File

@ -140,7 +140,7 @@
"rc-tooltip": "~4.1.0",
"rc-tree": "~3.2.0",
"rc-tree-select": "~3.1.0",
"rc-trigger": "~4.1.0",
"rc-trigger": "~4.2.1",
"rc-upload": "~3.0.4",
"rc-util": "^4.20.0",
"rc-virtual-list": "^1.1.0",