Skip to content

Commit

Permalink
Merge branch 'main' into feat/textinput-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dyongxu authored Jan 7, 2025
2 parents 87508d7 + bf1bc01 commit 7b388b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ struct DocumentScannerViewExample: View {
print("Failed to scan: \(error)")
}
}, outputFormat: self.isPDFDocument ? .pdf : .images)
.edgesIgnoringSafeArea(.all)
}
}
}
Expand Down

0 comments on commit 7b388b4

Please sign in to comment.