mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #484
This commit is contained in:
parent
d2f8f507a1
commit
f3009ee781
2 changed files with 6 additions and 39 deletions
|
|
@ -262,7 +262,7 @@ export class EmailAddressesComponent {
|
|||
if (v.obj) {
|
||||
let li = createElement('li',{title:v.obj.toLine(),draggable:'true'}),
|
||||
el = createElement('span');
|
||||
el.append(v.obj.toLine(true, false, true));
|
||||
el.append(v.obj.toLine(true));
|
||||
li.append(el);
|
||||
|
||||
el = createElement('a',{href:'#', class:'ficon'});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue