Update cursor style
This commit is contained in:
parent
e826b07849
commit
d7a04cec6a
|
@ -457,7 +457,7 @@ const handleFiles = (files = []) => {
|
||||||
});
|
});
|
||||||
window.nbFiles = window.fileList.length;
|
window.nbFiles = window.fileList.length;
|
||||||
|
|
||||||
document.body.style.cursor = "default";
|
document.body.style.cursor = "auto";
|
||||||
|
|
||||||
startUpload(
|
startUpload(
|
||||||
filesArray,
|
filesArray,
|
||||||
|
@ -496,7 +496,7 @@ const handleFiles = (files = []) => {
|
||||||
window.zipSize
|
window.zipSize
|
||||||
);
|
);
|
||||||
|
|
||||||
document.body.style.cursor = "default";
|
document.body.style.cursor = "auto";
|
||||||
|
|
||||||
return okAsync(undefined);
|
return okAsync(undefined);
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue