fix rich images
This commit is contained in:
parent
b68fb7738b
commit
8fe4355a6b
2 changed files with 9 additions and 0 deletions
|
@ -114,6 +114,8 @@ export const convertHtmlToLines = (html) => {
|
|||
} else {
|
||||
handleOpen(tagFull)
|
||||
}
|
||||
} else {
|
||||
textBuffer += tagFull
|
||||
}
|
||||
} else {
|
||||
textBuffer += tagFull
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue