mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 10:31:31 +01:00
Fix the title for file drag out
This commit is contained in:
parent
ffdf6df09c
commit
e792763812
@ -358,7 +358,7 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
|
|||||||
|
|
||||||
// Unfortunately, dragging files is currently only supported by Chrome
|
// Unfortunately, dragging files is currently only supported by Chrome
|
||||||
if (navigator && navigator.userAgent.indexOf('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
|
// Include URL as a fallback
|
||||||
|
Loading…
Reference in New Issue
Block a user