mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 23:46:13 +01:00
This commit is contained in:
parent
df0e273a50
commit
cc7b68b6e2
2 changed files with 18 additions and 13 deletions
|
|
@ -197,7 +197,7 @@ export const exportConfig = {
|
|||
setexprt();
|
||||
});
|
||||
});
|
||||
exportConfig.element.querySelectorAll("input").forEach((item) => {
|
||||
exportConfig.element.querySelectorAll("input, textarea").forEach((item) => {
|
||||
if (item.id == "importData") {
|
||||
item.addEventListener("change", (event: InputEvent & { target: HTMLInputElement }) => {
|
||||
const formData = new FormData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue