This reverts commit f016cdbca9
.
This commit is contained in:
parent
4fc0b566ef
commit
b07846f2fa
2 changed files with 25 additions and 22 deletions
|
@ -91,10 +91,7 @@ export function QuoteEmbed({
|
|||
const richText = React.useMemo(
|
||||
() =>
|
||||
quote.text.trim()
|
||||
? new RichTextAPI({
|
||||
text: quote.text,
|
||||
facets: quote.facets,
|
||||
})
|
||||
? new RichTextAPI({text: quote.text, facets: quote.facets})
|
||||
: undefined,
|
||||
[quote.text, quote.facets],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue