mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 12:20:16 +01:00
This commit is contained in:
parent
64ae905921
commit
ff3cd4d4e9
21 changed files with 117 additions and 85 deletions
|
|
@ -17,7 +17,6 @@ export class Upload {
|
|||
}
|
||||
|
||||
const validateFile = (protyle: IProtyle, files: File[]) => {
|
||||
hideMessage();
|
||||
const uploadFileList = [];
|
||||
let errorTip = "";
|
||||
let uploadingStr = "";
|
||||
|
|
@ -94,8 +93,6 @@ const genUploadedLabel = (responseText: string, protyle: IProtyle) => {
|
|||
|
||||
if (errorTip) {
|
||||
showMessage(errorTip);
|
||||
} else {
|
||||
hideMessage();
|
||||
}
|
||||
|
||||
let succFileText = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue