Merge pull request #40846 from nextcloud/backport/40572/stable26

[stable26] Clear progress bar text when hiding it
This commit is contained in:
Arthur Schiwon 2023-10-10 15:23:53 +02:00 committed by GitHub
commit d6da782a81
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() {