fix: tooltip onPopupAlign never called (#7112)
parent
1fc109704b
commit
a8a774a5ff
|
@ -22,6 +22,9 @@ export const innerProps = {
|
|||
point: { type: Object as PropType<Point> },
|
||||
getRootDomNode: { type: Function as PropType<() => HTMLElement> },
|
||||
getClassNameFromAlign: { type: Function as PropType<(align: AlignType) => string> },
|
||||
onAlign: {
|
||||
type: Function as PropType<(popupDomNode: HTMLElement, align: AlignType) => void>,
|
||||
},
|
||||
onMouseenter: { type: Function as PropType<(align: MouseEvent) => void> },
|
||||
onMouseleave: { type: Function as PropType<(align: MouseEvent) => void> },
|
||||
onMousedown: { type: Function as PropType<(align: MouseEvent) => void> },
|
||||
|
|
Loading…
Reference in New Issue