mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
This commit is contained in:
parent
7884ac341d
commit
a6de95d40d
1 changed files with 3 additions and 0 deletions
|
|
@ -255,6 +255,9 @@ const renderKeyboardToolbar = () => {
|
|||
};
|
||||
|
||||
export const showKeyboardToolbar = () => {
|
||||
if (!showUtil) {
|
||||
hideKeyboardToolbarUtil();
|
||||
}
|
||||
const toolbarElement = document.getElementById("keyboardToolbar");
|
||||
if (!toolbarElement.classList.contains("fn__none")) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue