This commit is contained in:
Vanessa 2023-03-07 15:06:50 +08:00
parent 2a214fe50e
commit e8ade79630
7 changed files with 12 additions and 16 deletions

View file

@ -250,7 +250,7 @@ export const initKeyboardToolbar = () => {
preventRender = true;
setTimeout(() => {
preventRender = false;
}, 1000)
}, 1000);
return;
} else if (type === "goinline") {
const dynamicElements = document.querySelectorAll("#keyboardToolbar .keyboard__dynamic");