fix email plain

This commit is contained in:
Yuri Kuznetsov
2024-08-27 17:33:39 +03:00
parent ca1e649b11
commit b290fbfeb2
+1 -1
View File
@@ -264,7 +264,7 @@ class WysiwygFieldView extends TextFieldView {
}
getValueForDisplay() {
if (!this.isReadMode()) {
if (!this.isReadMode() && this.isHtml()) {
return undefined;
}