mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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;
|
||||
}
|
||||
return html`
|
||||
<span part="content" class="tag__content">
|
||||
<span part="content" class="tag__content" title="${this.value}">
|
||||
${content}
|
||||
</span>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user