mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 10:14:21 +01:00
🎨 Clean code
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
db06e67eae
commit
306fb8bfcd
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue