]> source.dussan.org Git - nextcloud-server.git/commit
Clear progress bar text when hiding it 40846/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 21 Sep 2023 12:37:31 +0000 (14:37 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Mon, 9 Oct 2023 23:41:28 +0000 (23:41 +0000)
commit3a91a51b4cff998a48febf03777f596ef2cdcfa0
treef7b4f46817f0b6e056f77ea31c4c3a967de557bf
parent19ce7bbb91afd0a42af37a616396f427ab0f5bdc
Clear progress bar text when hiding it

When files are uploaded the progress bar text is set accordingly.
However, other operations that show the progress bar, like deleting
files, do not explicitly set any text. Due to that, when the progress
bar was shown again after uploading files the text did not match the
operation. To solve that now the text is cleared when the progress bar
is hidden (it is not cleared when it is shown as in some cases the text
is set already before showing the progress bar).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/files/js/operationprogressbar.js