Skip to content

Commit

Permalink
Merge pull request #28709 from Krishna2323/krishna2323/issue/27187
Browse files Browse the repository at this point in the history
fix: Android - User can't open context menu by long press on code block.
  • Loading branch information
srikarparsi authored Oct 4, 2023
2 parents b1b8bd7 + 29f0b2b commit c222b7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const BasePreRenderer = forwardRef((props, ref) => {
horizontal
style={[styles.mv2, styles.overscrollBehaviorXNone]}
bounces={false}
keyboardShouldPersistTaps="always"
>
<ShowContextMenuContext.Consumer>
{({anchor, report, action, checkIfContextMenuActive}) => (
Expand Down

0 comments on commit c222b7f

Please sign in to comment.