We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d9232 commit 91e0249Copy full SHA for 91e0249
components/popconfirm/index.jsx
@@ -102,7 +102,7 @@ export default {
102
},
103
ref: 'tooltip',
104
on: {
105
- change: this.onVisibleChange,
+ visibleChange: this.onVisibleChange,
106
107
}
108
const overlay = (
components/vc-slider/demo/slider.jsx
@@ -117,7 +117,7 @@ const SliderWithTooltip = {
117
118
mouseenter: () => this.handleTooltipVisibleChange(index, true),
119
mouseleave: () => this.handleTooltipVisibleChange(index, false),
120
- change: log,
+ visibleChange: log,
121
122
style: {
123
...handleStyleWithIndex,
0 commit comments