Fix missing ambiguous url tooltips on Element Desktop (#29619)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-03-31 12:02:13 +01:00
committed by GitHub
parent 804cb62698
commit 59e591c462
2 changed files with 2 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ export default class EditHistoryMessage extends React.PureComponent<IProps, ISta
content={content}
highlights={[]}
stripReply
renderTooltipsForAmbiguousLinks
renderMentionPills
renderCodeBlocks
renderSpoilers

View File

@@ -332,6 +332,7 @@ export default class TextualBody extends React.Component<IBodyProps, IState> {
linkify
highlights={this.props.highlights}
ref={this.contentRef}
renderTooltipsForAmbiguousLinks
renderKeywordPills
renderMentionPills
renderCodeBlocks