Skip to content

Commit

Permalink
Merge pull request #14728 from Prince-Mendiratta/pdfview-page-loader
Browse files Browse the repository at this point in the history
no separate text for loading page
  • Loading branch information
danieldoglas authored Feb 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 341e154 + ff86c4f commit a09e806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PDFView/index.js
Original file line number Diff line number Diff line change
@@ -148,6 +148,7 @@ class PDFView extends Component {
width={pageWidth}
key={`page_${index + 1}`}
pageNumber={index + 1}
loading=""
/>
))}
</Document>

0 comments on commit a09e806

Please sign in to comment.