Skip to content

Commit

Permalink
Open quickly overlay preview no longer clips the search bar (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
luah5 committed Dec 29, 2023
1 parent faf401b commit 2ba130d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeEdit/Features/CodeEditUI/Views/OverlayView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ struct OverlayView<RowView: View, PreviewView: View, Option: Identifiable & Hash
} else {
if let selection, let previewViewBuilder {
previewViewBuilder(selection)
.clipped()
.frame(maxWidth: .infinity)
.transition(.move(edge: .trailing))
} else {
Expand Down

0 comments on commit 2ba130d

Please sign in to comment.