mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Clean message preview/print
This commit is contained in:
parent
c3a2da65df
commit
2bd9528098
3 changed files with 50 additions and 110 deletions
|
|
@ -80,14 +80,6 @@ function splitPlainText(text, len = 100) {
|
|||
return prefix + result;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {any} m
|
||||
* @returns {any}
|
||||
*/
|
||||
export function deModule(m) {
|
||||
return (m && m.default ? m.default : m) || '';
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {boolean}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue