mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix:(profile): ensure apply button remains visible when keyboard appears
This commit is contained in:
committed by
Calinteodor
parent
b1ad82cef9
commit
9bb906551e
@@ -114,6 +114,7 @@ const ProfileView = ({ isInWelcomePage }: {
|
||||
return (
|
||||
<JitsiScreen
|
||||
disableForcedKeyboardDismiss = { true }
|
||||
hasBottomTextInput = { true }
|
||||
|
||||
// @ts-ignore
|
||||
safeAreaInsets = { [ !isInWelcomePage && 'bottom', 'left', 'right' ].filter(Boolean) as Edge[] }
|
||||
|
||||
Reference in New Issue
Block a user