diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-20 18:02:18 +0000 |
---|---|---|
committer | Samuel Newman <mozzius@protonmail.com> | 2024-03-20 18:02:18 +0000 |
commit | fb17afc99d8fbc4f6b35e2aca0a3bdfda2b447f4 (patch) | |
tree | 15c38eae5dc89665a851b863309c92ab1727677f /src/view/com/auth/server-input | |
parent | 708d0fe3e1fafdc6495e78dbba36b7fe087d62a7 (diff) | |
download | voidsky-fb17afc99d8fbc4f6b35e2aca0a3bdfda2b447f4.tar.zst |
dismiss keyboard when opening dialog
Diffstat (limited to 'src/view/com/auth/server-input')
-rw-r--r-- | src/view/com/auth/server-input/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/server-input/index.tsx b/src/view/com/auth/server-input/index.tsx index 0661b7a35..b26ac1dcb 100644 --- a/src/view/com/auth/server-input/index.tsx +++ b/src/view/com/auth/server-input/index.tsx @@ -67,7 +67,7 @@ export function ServerInputDialog({ return ( <Dialog.Outer control={control} - nativeOptions={{sheet: {snapPoints: ['80', '100%']}}} + nativeOptions={{sheet: {snapPoints: ['100%']}}} onClose={onClose}> <Dialog.Handle /> |