Skip to content

Commit

Permalink
Merge pull request #40847 from nextcloud/backport/40572/stable25
Browse files Browse the repository at this point in the history
[stable25] Clear progress bar text when hiding it
  • Loading branch information
blizzz authored Oct 10, 2023
2 parents 9c5cf4b + a797dcb commit f05a0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/js/operationprogressbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
$('#uploadprogressbar').fadeOut(function() {
self.$el.trigger(new $.Event('resized'));
});
this.setProgressBarText('', '');
},

hideCancelButton: function() {
Expand Down

0 comments on commit f05a0b9

Please sign in to comment.