From b54085869c0b9805363087013d09c291d01485e5 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 20 Jun 2023 16:49:51 -0600 Subject: [PATCH] change name to onPointerLeave --- stories/Connections.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/Connections.stories.tsx b/stories/Connections.stories.tsx index 357df40..0c39bd9 100644 --- a/stories/Connections.stories.tsx +++ b/stories/Connections.stories.tsx @@ -98,7 +98,7 @@ function PointsWithConnections() { setSelectedPoint(point); }); }} - onPointHoverLeave={() => { + onPointerLeave={() => { startTransition(() => { setSelectedPoint(null); });