Skip to content

Commit e318d93

Browse files
committed
Change GraphViewModel.toggleAutoLayout to public
1 parent b661e3a commit e318d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Views/GraphViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ final public class GraphViewModel<Graph: DirectedGraph.Graph>: ObservableObject
3535
}
3636
}
3737

38-
func toggleAutoLayout() {
38+
public func toggleAutoLayout() {
3939
isSimulating ? stopLayout() : startLayout()
4040
}
4141

0 commit comments

Comments
 (0)