Fixed progress bar is still visible after cancelling upload
This commit is contained in:
parent
2a96c8d61a
commit
44469e4468
@ -154,6 +154,7 @@ dqs("#submitbtn").on("click", ev => {
|
||||
ts(".snackbar").snackbar({
|
||||
content: "上傳已取消"
|
||||
});
|
||||
dqs("#dragzone").dataset.mode = "selecting";
|
||||
} else {
|
||||
console.error(e);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user