Skip to content

Commit

Permalink
[PATCH] Fix mobile editing
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Jul 25, 2024
1 parent 48bd779 commit f51b560
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Echo/Pages/EditPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ struct EditPage: View {
}
VStack {
HStack {
GeometryReader { geoReader in
HorizontalScrollLock(selectedNode: mainCommunicationPageState.hoveredNode, locked: false) {
ForEach(mainCommunicationPageState.getLevels(), id: \.self) { currentLevel in
HStack {
Expand Down Expand Up @@ -57,10 +56,9 @@ struct EditPage: View {
}
}
}
.frame(maxWidth: UIScreen.main.bounds.size.width / 2)
}
}
}

}
}
}
Expand Down

0 comments on commit f51b560

Please sign in to comment.