mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 19:41:05 +08:00
📱
This commit is contained in:
parent
e4ff4f03cd
commit
dd3c011736
@ -36,10 +36,10 @@ const renderKeyboardToolbar = () => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
hideKeyboardToolbarUtil();
|
hideKeyboardToolbarUtil();
|
||||||
// if (window.innerHeight + 200 > ((window.orientation === 90 || window.orientation === -90) ? screen.width : screen.height)) {
|
if (window.innerHeight + 200 > ((window.orientation === 90 || window.orientation === -90) ? screen.width : screen.height)) {
|
||||||
// hideKeyboardToolbar();
|
hideKeyboardToolbar();
|
||||||
// return;
|
return;
|
||||||
// }
|
}
|
||||||
|
|
||||||
const dynamicElements = document.querySelectorAll("#keyboardToolbar .keyboard__dynamic");
|
const dynamicElements = document.querySelectorAll("#keyboardToolbar .keyboard__dynamic");
|
||||||
const range = getSelection().getRangeAt(0);
|
const range = getSelection().getRangeAt(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user