mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Resolve #396
This commit is contained in:
parent
c1bed26fd1
commit
593d3af6d4
2 changed files with 3 additions and 9 deletions
|
|
@ -842,7 +842,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
.replace(/{{DATE}}/g, new Date().format('LLLL'))
|
||||
.replace(/{{TIME}}/g, new Date().format('LT'))
|
||||
.replace(/{{MOMENT:[^}]+}}/g, '');
|
||||
editor.setSignature(signature, isHtml, !!identity.signatureInsertBefore());
|
||||
signature.length && editor.setSignature(signature, isHtml, !!identity.signatureInsertBefore());
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue