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 text = convertToText(value);
|
||||||
const content = (
|
const content = (
|
||||||
<EllipsisWithTooltip ellipsis={ellipsis} popoverContent={autop ? html : value}>
|
<EllipsisWithTooltip ellipsis={ellipsis} popoverContent={autop ? html : value}>
|
||||||
{ellipsis ? text || value : html}
|
{ellipsis ? text : html}
|
||||||
</EllipsisWithTooltip>
|
</EllipsisWithTooltip>
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user