fix open code block when keyboard is opened (#7432)
This commit is contained in:
parent
d3e576ebed
commit
4d94728d90
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue