Enable tags inside of quotes (#3041)
* enable tags for quote posts * mentions too * just disable pointer events instead * apply fix for both web and native * minimize diff
This commit is contained in:
@@ -91,7 +91,10 @@ 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],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user