Skip to content

Commit 9341c4a

Browse files
authored
Merge pull request #476 from Esri/destiny/Fix-editing-bug
[Fix] Editing bug in `Create and edit geometries`
2 parents e1997ef + 2879020 commit 9341c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Shared/Samples/Create and edit geometries/CreateAndEditGeometriesView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ private class GeometryEditorModel: ObservableObject {
409409
geometryEditor.stop()
410410
isStarted = false
411411
selectedGraphic?.isVisible = true
412+
selectedGraphic = nil
412413
}
413414

414415
/// Returns the symbology for graphics saved to the graphics overlay.

0 commit comments

Comments
 (0)