This commit is contained in:
Vanessa 2023-05-10 20:18:40 +08:00
parent 78cba22910
commit e0e803d743
21 changed files with 135 additions and 71 deletions

View file

@ -69,7 +69,7 @@ export const exportImage = (id: string) => {
});
});
});
}, Constants.TIMEOUT_TRANSITION);
}, Constants.TIMEOUT_LOAD);
});
const previewElement = exportDialog.element.querySelector("#preview") as HTMLElement;
const foldElement = (exportDialog.element.querySelector("#keepFold") as HTMLInputElement);