This commit is contained in:
Vanessa 2023-04-20 12:34:20 +08:00
parent 4f6578f9f1
commit b0be3f120d
2 changed files with 6 additions and 6 deletions

View file

@ -14,4 +14,4 @@ export const closeModel = () => {
document.getElementById("model").style.transform = "";
activeBlur();
hideKeyboardToolbar();
}
};