Skip to content

Commit f05a0b9

Browse files
authored
Merge pull request #40847 from nextcloud/backport/40572/stable25
[stable25] Clear progress bar text when hiding it
2 parents 9c5cf4b + a797dcb commit f05a0b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/files/js/operationprogressbar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
$('#uploadprogressbar').fadeOut(function() {
3030
self.$el.trigger(new $.Event('resized'));
3131
});
32+
this.setProgressBarText('', '');
3233
},
3334

3435
hideCancelButton: function() {

0 commit comments

Comments
 (0)