mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
71369fd71d
commit
3e897e554b
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ export const initFramework = () => {
|
|||
}
|
||||
document.getElementById("modelClose").addEventListener("click", () => {
|
||||
document.getElementById("model").style.transform = "";
|
||||
activeBlur();
|
||||
hideKeyboardToolbar();
|
||||
});
|
||||
initEditorName();
|
||||
if (getOpenNotebookCount() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue