mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix the title for file drag out
This commit is contained in:
parent
b5f46c1bad
commit
26e52d6692
@ -358,7 +358,7 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
||||
|
||||
// Unfortunately, dragging files is currently only supported by Chrome
|
||||
if (navigator && navigator.userAgent.indexOf('Chrome')) {
|
||||
_ev.dataTransfer.setData("DownloadURL", _data.type + ':' + _data.title + ':' + url);
|
||||
_ev.dataTransfer.setData("DownloadURL", _data.type + ':' + this.title + ':' + url);
|
||||
}
|
||||
|
||||
// Include URL as a fallback
|
||||
|
Loading…
Reference in New Issue
Block a user