fix(chat): adjust bottom inset values and fallback delay for keyboard avoidance
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
} from "./chat-keyboard-geometry";
|
||||
|
||||
const CHAT_KEYBOARD_BOTTOM_INSET_VAR = "--chat-keyboard-bottom-inset";
|
||||
const CHAT_KEYBOARD_FALLBACK_DELAY_MS = 250;
|
||||
const CHAT_KEYBOARD_FALLBACK_DELAY_MS = 150;
|
||||
|
||||
const log = new Logger("UseChatKeyboardAvoidance");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user