mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
This commit is contained in:
parent
aaeee519e8
commit
df14b34f08
1 changed files with 5 additions and 0 deletions
5
app/src/mobile/util/showKeyboardToolbar.ts
Normal file
5
app/src/mobile/util/showKeyboardToolbar.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export const showKeyboardToolbar = (bottom = 0) => {
|
||||
const toolbarElement = document.getElementById("keyboardToolbar");
|
||||
toolbarElement.classList.remove("fn__none");
|
||||
toolbarElement.style.bottom = bottom + "px";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue