Vanessa 2025-04-17 00:08:52 +08:00
parent 7ded2d4077
commit 53aacb8a77
8 changed files with 9 additions and 18 deletions

View file

@ -11,7 +11,6 @@ export const closePanel = () => {
};
export const closeModel = () => {
document.getElementById("model").style.transform = "";
activeBlur();
hideKeyboardToolbar();
document.getElementById("model").style.transform = "";
};