Vanessa 2023-04-10 19:06:35 +08:00
parent 7884ac341d
commit a6de95d40d

View file

@ -255,6 +255,9 @@ const renderKeyboardToolbar = () => {
};
export const showKeyboardToolbar = () => {
if (!showUtil) {
hideKeyboardToolbarUtil();
}
const toolbarElement = document.getElementById("keyboardToolbar");
if (!toolbarElement.classList.contains("fn__none")) {
return;