I#1871 - WebKitEditor: Convert to plain text incorrect on reply/forward open
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1871
This commit is contained in:
@ -5912,6 +5912,7 @@ EvoEditor.processLoadedContent = function()
|
||||
}
|
||||
|
||||
if (EvoEditor.mode == EvoEditor.MODE_PLAIN_TEXT) {
|
||||
EvoEditor.convertTags();
|
||||
EvoEditor.convertParagraphs(document.body, 0, EvoEditor.NORMAL_PARAGRAPH_WIDTH, didCite);
|
||||
|
||||
if (EvoEditor.MAGIC_LINKS) {
|
||||
|
Reference in New Issue
Block a user