Skip to content

Commit

Permalink
disable keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Feb 2, 2024
1 parent 05d988f commit 93964ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MagicCodeInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ function MagicCodeInput(
collapsable={false}
>
<TextInput
disableKeyboard={isDisableKeyboard}
onLayout={(e) => {
inputWidth.current = e.nativeEvent.layout.width;
}}
Expand Down

0 comments on commit 93964ab

Please sign in to comment.