Skip to content

Commit

Permalink
Merge pull request #35675 from bernhardoj/fix/35483-disable-keyboard-…
Browse files Browse the repository at this point in the history
…activate-card

Fix keyboard shows on activate card page
  • Loading branch information
pecanoro authored Feb 6, 2024
2 parents 0eb6d02 + 348d44f commit 70c663d
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 70c663d

Please sign in to comment.