wysiwyg fallback fix

This commit is contained in:
Yuri Kuznetsov
2022-08-31 12:40:15 +03:00
parent d401cb4e4c
commit 6e4d25fadd
+4
View File
@@ -1039,6 +1039,10 @@ define('views/fields/wysiwyg', ['views/fields/text', 'lib!Summernote'], function
return true;
}
if (~string.indexOf('<font color="')) {
return true;
}
return false;
},
});