fix: rich text removed value avoid dispaly html string (#290)
* fix: remove value avoid dispaly html string * fix: remove debugger
This commit is contained in:
parent
8ca945210c
commit
5039896b16
@ -83,7 +83,7 @@ ReadPretty.Html = (props) => {
|
||||
const text = convertToText(value);
|
||||
const content = (
|
||||
<EllipsisWithTooltip ellipsis={ellipsis} popoverContent={autop ? html : value}>
|
||||
{ellipsis ? text || value : html}
|
||||
{ellipsis ? text : html}
|
||||
</EllipsisWithTooltip>
|
||||
);
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user