You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/ArcGISToolkit/Components/FeatureFormView/Subviews/FormElements/UtilityAssociationsFormElement/UtilityAssociationCreationView.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ extension FeatureFormView {
32
32
/// See also: `includeContentVisibility`.
33
33
@StateprivatevarcontentIsVisible:Bool=false
34
34
/// How far along an edge the association is located.
35
-
@StateprivatevarfractionAlongEdge:Double=0.5
35
+
@StateprivatevarfractionAlongEdge:Double=0
36
36
/// The options for a utility network feature when creating an association.
0 commit comments