From cd4b75dcc87315f9bd9d058eee27c2ac02df4bd7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 7 Oct 2022 20:10:47 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E5=BC=B9=E8=B5=B7=E5=90=8E=E5=85=89=E6=A0=87=E5=AE=9A?= =?UTF-8?q?=E4=BD=8D=E5=B1=85=E4=B8=AD=20https://github.com/siyuan-note/si?= =?UTF-8?q?yuan/issues/6074?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/mobile/util/showKeyboardToolbar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/mobile/util/showKeyboardToolbar.ts b/app/src/mobile/util/showKeyboardToolbar.ts index 9281f458d..4dfec5d30 100644 --- a/app/src/mobile/util/showKeyboardToolbar.ts +++ b/app/src/mobile/util/showKeyboardToolbar.ts @@ -20,7 +20,7 @@ export const showKeyboardToolbar = (bottom = 0) => { } if ("android" === window.siyuan.config.system.container && window.JSAndroid) { - // Android 端事件需要滞后一些,所以这里统一延迟一下 + // Android 端事件需要滞后一些,所以这里延迟一下 setTimeout(() => { scrollCenter(window.siyuan.mobileEditor.protyle, undefined, false, (window.outerHeight - 65) / 2 - 30); }, 100);