mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
Clear selected files after successful upload [SCI-1747]
This commit is contained in:
parent
745dac09a7
commit
373d7e8aa6
1 changed files with 1 additions and 0 deletions
|
@ -594,6 +594,7 @@
|
||||||
});
|
});
|
||||||
animateSpinner(null, false);
|
animateSpinner(null, false);
|
||||||
setupAssetsLoading();
|
setupAssetsLoading();
|
||||||
|
DragNDropSteps.clearFiles();
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
if (xhr.responseJSON['assets.file']) {
|
if (xhr.responseJSON['assets.file']) {
|
||||||
|
|
Loading…
Reference in a new issue