Skip to content

Commit

Permalink
Remove comment about non-nil proxy, as the new initializers will prev…
Browse files Browse the repository at this point in the history
…ent that.
  • Loading branch information
mhdostal committed May 8, 2023
1 parent f5e9f98 commit 1ec468d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/ArcGISToolkit/Components/Compass/Compass.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public struct Compass: View {
/// The width and height of the compass.
private var size: CGFloat = 44

/// An action to perform when the compass is tapped. Note if `mapViewProxy` is non-`nil`
/// this will not be invoked.
/// An action to perform when the compass is tapped.
private var action: (() -> Void)?

/// Creates a compass with a heading based on compass directions (0° indicates a direction
Expand Down

0 comments on commit 1ec468d

Please sign in to comment.