🎨 Clean code

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-02-10 13:40:33 +08:00
parent db06e67eae
commit 306fb8bfcd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -532,7 +532,7 @@ export const initKeyboardToolbar = () => {
window.siyuan.mobile.size.landscape.height1 = window.innerHeight;
}
if (window.siyuan.mobile.size.landscape.height2 < window.innerHeight) {
activeBlur()
activeBlur();
} else if (!preventRender) {
renderKeyboardToolbar();
}
@ -550,7 +550,7 @@ export const initKeyboardToolbar = () => {
window.siyuan.mobile.size.portrait.height1 = window.innerHeight;
}
if (window.siyuan.mobile.size.portrait.height2 < window.innerHeight) {
activeBlur()
activeBlur();
} else if (!preventRender) {
renderKeyboardToolbar();
}