mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Add again full value as tooltip for email tags
This commit is contained in:
parent
b4eafbcd70
commit
138999f233
@ -195,7 +195,7 @@ export class Et2EmailTag extends Et2Tag
|
|||||||
content = split.name || split.email;
|
content = split.name || split.email;
|
||||||
}
|
}
|
||||||
return html`
|
return html`
|
||||||
<span part="content" class="tag__content">
|
<span part="content" class="tag__content" title="${this.value}">
|
||||||
${content}
|
${content}
|
||||||
</span>`;
|
</span>`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user