Skip to content

Commit 526263e

Browse files
committed
fix: 🐞 add pointerDown
1 parent 1be7cd6 commit 526263e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ export function generateTrigger(
668668
'onMouseLeave',
669669
'onFocus',
670670
'onBlur',
671+
'onPointerDown',
671672
];
672673

673674
passedEventList.forEach((eventName) => {

0 commit comments

Comments
 (0)