mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
parent
b57d306107
commit
254c17e320
@ -1,5 +1,6 @@
|
||||
---
|
||||
order: 4
|
||||
debug: true
|
||||
title:
|
||||
zh-CN: 隐藏后销毁
|
||||
en-US: Destroy tooltip when hidden
|
||||
|
@ -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 {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user