This commit is contained in:
the-djmaze 2022-05-17 11:08:05 +02:00
parent c1bed26fd1
commit 593d3af6d4
2 changed files with 3 additions and 9 deletions

View file

@ -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());
});
}
}