Skip to content

Commit 2f750ad

Browse files
authored
Merge pull request #23976 from hungvu193/fix-23475
Fix cursor on pdf view web
2 parents f69e5af + c00264d commit 2f750ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PDFView/pdfViewPropTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const defaultProps = {
3434
sourceURL: '',
3535
fileName: '',
3636
style: {},
37-
onPress: () => {},
37+
onPress: undefined,
3838
onToggleKeyboard: () => {},
3939
onScaleChanged: () => {},
4040
onLoadComplete: () => {},

0 commit comments

Comments
 (0)