Skip to content

Commit

Permalink
change name to onPointerLeave
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jun 20, 2023
1 parent 8aa2f9b commit b540858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Connections.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function PointsWithConnections() {
setSelectedPoint(point);
});
}}
onPointHoverLeave={() => {
onPointerLeave={() => {
startTransition(() => {
setSelectedPoint(null);
});
Expand Down

0 comments on commit b540858

Please sign in to comment.