mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Bugfix OpenPGP.js sign HTML failed #600
This commit is contained in:
parent
d993b213a7
commit
d416ab3642
2 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ export const
|
|||
*/
|
||||
const body = message.body;
|
||||
body.textContent = '';
|
||||
let result = await mailvelope.createDisplayContainer(
|
||||
result = await mailvelope.createDisplayContainer(
|
||||
'#'+body.id,
|
||||
armoredText,
|
||||
this.mailvelopeKeyring,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue