mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Improved Squire with the missing 'plain' mode.
This commit is contained in:
parent
3fa55a91d8
commit
bdc961dfab
13 changed files with 119 additions and 132 deletions
|
|
@ -498,8 +498,10 @@ export function plainToHtml(plain) {
|
|||
.replace(/\n/g, '<br />');
|
||||
}
|
||||
|
||||
window['rainloop_Utils_htmlToPlain'] = htmlToPlain; // eslint-disable-line dot-notation
|
||||
window['rainloop_Utils_plainToHtml'] = plainToHtml; // eslint-disable-line dot-notation
|
||||
rl.Utils = {
|
||||
htmlToPlain: htmlToPlain,
|
||||
plainToHtml: plainToHtml
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {Array} aSystem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue