Skip to content

Commit

Permalink
Merge pull request #40846 from nextcloud/backport/40572/stable26
Browse files Browse the repository at this point in the history
[stable26] Clear progress bar text when hiding it
  • Loading branch information
blizzz authored Oct 10, 2023
2 parents 705944b + 3a91a51 commit d6da782
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 d6da782

Please sign in to comment.