mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-16 18:25:04 -06:00
Add tooltip to display full filename in download manager.
This commit is contained in:
parent
bf184b5c1e
commit
ceae0aa742
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user