mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 05:58:07 +01:00
Prevent status content click on detailed status view again
This commit is contained in:
parent
edcfe93845
commit
2819f96f93
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ export const DetailedStatus: React.FC<{
|
|||
tagLinks={tagMisleadingLinks}
|
||||
rewriteMentions={rewriteMentions}
|
||||
parseClick={parseClick}
|
||||
disabled
|
||||
{...(statusContentProps as any)}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue