From 93964ab66b9ad9b5179e2314d5b33e7ed1f04c85 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Sat, 3 Feb 2024 00:04:41 +0800 Subject: [PATCH] disable keyboard --- src/components/MagicCodeInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/MagicCodeInput.tsx b/src/components/MagicCodeInput.tsx index 4a6d87b48e38..30bed888514f 100644 --- a/src/components/MagicCodeInput.tsx +++ b/src/components/MagicCodeInput.tsx @@ -366,6 +366,7 @@ function MagicCodeInput( collapsable={false} > { inputWidth.current = e.nativeEvent.layout.width; }}