fix open code block when keyboard is opened (#7432)

This commit is contained in:
Elias Nahum 2023-07-05 10:13:28 -04:00 committed by GitHub
parent d3e576ebed
commit 4d94728d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,10 @@ const MarkdownCodeBlock = ({language = '', content, textStyle}: MarkdownCodeBloc
onLongPress={handleLongPress}
testID='markdown_code_block'
>
<View style={style.container}>
<View
style={style.container}
pointerEvents='none'
>
<View>
<View style={style.code}>
<SyntaxHighlighter