This commit is contained in:
Vanessa 2023-04-11 19:10:27 +08:00
parent 71369fd71d
commit 3e897e554b

View file

@ -132,6 +132,8 @@ export const initFramework = () => {
}
document.getElementById("modelClose").addEventListener("click", () => {
document.getElementById("model").style.transform = "";
activeBlur();
hideKeyboardToolbar();
});
initEditorName();
if (getOpenNotebookCount() > 0) {