Skip to content

Commit

Permalink
Merge pull request #40572 from nextcloud/clear-progress-bar-text-when…
Browse files Browse the repository at this point in the history
…-hiding-it

[stable27] Clear progress bar text when hiding it
  • Loading branch information
danxuliu authored Oct 9, 2023
2 parents 4ae4ccc + 39bd125 commit feccf26
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 feccf26

Please sign in to comment.