mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
Small change based on comments of #355
This commit is contained in:
@@ -942,7 +942,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
||||
|
||||
this.editor(editor => {
|
||||
encrypted || editor.setHtml(sText);
|
||||
if (encrypted || isPlainEditor() || !message.isHtml()) {
|
||||
if (encrypted || isPlainEditor()) {
|
||||
editor.modePlain();
|
||||
}
|
||||
encrypted && editor.setPlain(sText);
|
||||
|
||||
Reference in New Issue
Block a user