diff options
Diffstat (limited to 'Map/Presentation/MapEditor.swift')
| -rw-r--r-- | Map/Presentation/MapEditor.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/MapEditor.swift b/Map/Presentation/MapEditor.swift index 267492c..4116171 100644 --- a/Map/Presentation/MapEditor.swift +++ b/Map/Presentation/MapEditor.swift @@ -106,7 +106,7 @@ struct MapEditor: View { .background(Color.Theme.UI.background) .cornerRadius(5.0) GeometryReader { geometry in - ScrollView([.horizontal, .vertical]) { + ScrollView([.horizontal, .vertical], showsIndicators: false) { MapRenderView( document: $document, evolution: $selectedEvolution, onDragVertex: onDragVertex ).scaleEffect(zoom, anchor: .center).frame( |