Fix missing ambiguous url tooltips on Element Desktop (#29619)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user