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({
|
ts(".snackbar").snackbar({
|
||||||
content: "上傳已取消"
|
content: "上傳已取消"
|
||||||
});
|
});
|
||||||
|
dqs("#dragzone").dataset.mode = "selecting";
|
||||||
} else {
|
} else {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user