From e6bceea738be67bdce23780874347454c48ec7c3 Mon Sep 17 00:00:00 2001 From: li3zhen1 Date: Thu, 21 Mar 2024 15:01:03 -0400 Subject: [PATCH] Update docs --- Sources/Grape/Views/ForceDirectedGraph.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Grape/Views/ForceDirectedGraph.swift b/Sources/Grape/Views/ForceDirectedGraph.swift index 3f36e8b..4f22221 100644 --- a/Sources/Grape/Views/ForceDirectedGraph.swift +++ b/Sources/Grape/Views/ForceDirectedGraph.swift @@ -102,7 +102,7 @@ where NodeID == Content.NodeID { } @inlinable - static func defaultKineticStateProvider(nodeID: NodeID) -> KineticState { + public static func defaultKineticStateProvider(nodeID: NodeID) -> KineticState { .init(position: .zero) }