Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-aot committed Feb 28, 2024
1 parent 76932d9 commit 7092efd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/src/components/FOI/Home/Redlining.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,10 @@ const Redlining = React.forwardRef(
set
) => {
slicedsetofdoclist.forEach(async (filerow) => {
await createDocument(filerow.s3url,
{ useDownloader: false, loadAsPDF: true } // Added to fix BLANK page issue - added loadAsPDF to fix jpeg stitiching issue #2941
).then(async (newDoc) => {
await createDocument(filerow.s3url, {
useDownloader: false, // Added to fix BLANK page issue
loadAsPDF: true, // Added to fix jpeg/pdf stitiching issue #2941
}).then(async (newDoc) => {
setpdftronDocObjects((_arr) => [
..._arr,
{
Expand Down

0 comments on commit 7092efd

Please sign in to comment.