mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 23:44:06 +01:00
This commit is contained in:
parent
9b3350a092
commit
66bc15b1da
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ const showKeyboardToolbarUtil = (oldScrollTop: number) => {
|
|||
const keyboardHeight = (parseInt(toolbarElement.getAttribute("data-keyboardheight")) + 42) + "px";
|
||||
toolbarElement.style.height = keyboardHeight;
|
||||
window.siyuan.mobile.editor.protyle.element.style.marginBottom = keyboardHeight;
|
||||
window.siyuan.mobile.editor.protyle.contentElement.scrollTop = oldScrollTop;
|
||||
window.siyuan.menus.menu.remove();
|
||||
showUtil = true;
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue