Skip to content

Commit

Permalink
Merge pull request Expensify#23976 from hungvu193/fix-23475
Browse files Browse the repository at this point in the history
Fix cursor on pdf view web
  • Loading branch information
AndrewGable authored Aug 3, 2023
2 parents f69e5af + c00264d commit 2f750ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PDFView/pdfViewPropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const defaultProps = {
sourceURL: '',
fileName: '',
style: {},
onPress: () => {},
onPress: undefined,
onToggleKeyboard: () => {},
onScaleChanged: () => {},
onLoadComplete: () => {},
Expand Down

0 comments on commit 2f750ad

Please sign in to comment.