📱
This commit is contained in:
parent
e4ff4f03cd
commit
dd3c011736
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ const renderKeyboardToolbar = () => {
|
|||
return;
|
||||
}
|
||||
hideKeyboardToolbarUtil();
|
||||
// if (window.innerHeight + 200 > ((window.orientation === 90 || window.orientation === -90) ? screen.width : screen.height)) {
|
||||
// hideKeyboardToolbar();
|
||||
// return;
|
||||
// }
|
||||
if (window.innerHeight + 200 > ((window.orientation === 90 || window.orientation === -90) ? screen.width : screen.height)) {
|
||||
hideKeyboardToolbar();
|
||||
return;
|
||||
}
|
||||
|
||||
const dynamicElements = document.querySelectorAll("#keyboardToolbar .keyboard__dynamic");
|
||||
const range = getSelection().getRangeAt(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue