fix(chat): adjust bottom inset values and fallback delay for keyboard avoidance

This commit is contained in:
2026-07-16 16:48:28 +08:00
parent 514297f469
commit d84899fc82
4 changed files with 13 additions and 13 deletions
@@ -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");