Merge pull request #40572 from nextcloud/clear-progress-bar-text-when-hiding-it

[stable27] Clear progress bar text when hiding it
This commit is contained in:
Daniel Calviño Sánchez 2023-10-10 01:26:39 +02:00 committed by GitHub
commit feccf26928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@
$('#uploadprogressbar').fadeOut(function() {
self.$el.trigger(new $.Event('resized'));
});
this.setProgressBarText('', '');
},
hideCancelButton: function() {