Skip to content

Commit 2879020

Browse files
committed
Fix editing bug
1 parent e1997ef commit 2879020

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)