mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🚨
This commit is contained in:
parent
182886a996
commit
17067c4d49
7 changed files with 15 additions and 15 deletions
|
|
@ -109,7 +109,7 @@ const genWorkspace = (workspaceDirElement: Element) => {
|
|||
});
|
||||
workspaceDirElement.innerHTML = html;
|
||||
});
|
||||
}
|
||||
};
|
||||
export const popMenu = () => {
|
||||
const modelElement = document.getElementById("model");
|
||||
const modelMainElement = document.getElementById("modelMain");
|
||||
|
|
@ -493,14 +493,14 @@ ${accountHTML}
|
|||
}, () => {
|
||||
exitSiYuan();
|
||||
});
|
||||
})
|
||||
});
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
break;
|
||||
}
|
||||
target = target.parentElement;
|
||||
}
|
||||
})
|
||||
});
|
||||
modelMainElement.querySelector("#importData").addEventListener("change", (event: InputEvent & { target: HTMLInputElement }) => {
|
||||
const formData = new FormData();
|
||||
formData.append("file", event.target.files[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue