fix rich images

This commit is contained in:
Henry Jameson 2021-06-18 21:29:47 +03:00
parent b68fb7738b
commit 8fe4355a6b
2 changed files with 9 additions and 0 deletions

View file

@ -114,6 +114,8 @@ export const convertHtmlToLines = (html) => {
} else {
handleOpen(tagFull)
}
} else {
textBuffer += tagFull
}
} else {
textBuffer += tagFull