mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Resolve #1486
This commit is contained in:
parent
b99c405202
commit
2d1a760df3
41 changed files with 51 additions and 0 deletions
|
|
@ -420,6 +420,11 @@ export class MessageModel extends AbstractModel {
|
|||
return this.viewBody(false);
|
||||
}
|
||||
|
||||
swapColors() {
|
||||
const cl = this.body?.classList;
|
||||
cl && cl.toggle('swapColors');
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {boolean=} print = false
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue