Skip to content

Commit

Permalink
fix: tooltip onPopupAlign never called (vueComponent#7112)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliyg authored Dec 18, 2023
1 parent 1fc1097 commit a8a774a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/vc-trigger/Popup/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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> },
Expand Down

0 comments on commit a8a774a

Please sign in to comment.