diff --git a/js/downloadManager/index.js b/js/downloadManager/index.js index bf7ac47e..b4b63538 100644 --- a/js/downloadManager/index.js +++ b/js/downloadManager/index.js @@ -109,6 +109,7 @@ function createDOM(arg) { let h2FileName = document.createElement('h2'); h2FileName.classList.add('text-cutoff'); h2FileName.innerHTML = arg.fileName; + h2FileName.title = arg.fileName; fileNameDiv.appendChild(h2FileName); let fileProgressTitle = document.createElement('span');