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 11:02:13 +00:00
committed by GitHub
parent 804cb62698
commit 59e591c462
2 changed files with 2 additions and 0 deletions
@@ -140,6 +140,7 @@ export default class EditHistoryMessage extends React.PureComponent<IProps, ISta
content={content} content={content}
highlights={[]} highlights={[]}
stripReply stripReply
renderTooltipsForAmbiguousLinks
renderMentionPills renderMentionPills
renderCodeBlocks renderCodeBlocks
renderSpoilers renderSpoilers
@@ -332,6 +332,7 @@ export default class TextualBody extends React.Component<IBodyProps, IState> {
linkify linkify
highlights={this.props.highlights} highlights={this.props.highlights}
ref={this.contentRef} ref={this.contentRef}
renderTooltipsForAmbiguousLinks
renderKeywordPills renderKeywordPills
renderMentionPills renderMentionPills
renderCodeBlocks renderCodeBlocks