Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Sep 24, 2023
1 parent b513ec3 commit bec2f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mlem/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ struct ContentView: View {
NavigationStack {
ResponseEditorView(concreteEditorModel: editing)
}
.presentationDetents([.medium, .large])
.presentationDetents([.medium, .large], selection: .constant(.large))
._presentationBackgroundInteraction(enabledUpThrough: .medium)
}
.sheet(item: $editorTracker.editPost) { editing in
NavigationStack {
PostComposerView(editModel: editing)
}
.presentationDetents([.medium, .large])
.presentationDetents([.medium, .large], selection: .constant(.large))
._presentationBackgroundInteraction(enabledUpThrough: .medium)
}
.environment(\.openURL, OpenURLAction(handler: didReceiveURL))
Expand Down

0 comments on commit bec2f3b

Please sign in to comment.