Fix missing ambiguous url tooltips on Element Desktop (#29619)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
804cb62698
commit
59e591c462
@@ -140,6 +140,7 @@ export default class EditHistoryMessage extends React.PureComponent<IProps, ISta
|
||||
content={content}
|
||||
highlights={[]}
|
||||
stripReply
|
||||
renderTooltipsForAmbiguousLinks
|
||||
renderMentionPills
|
||||
renderCodeBlocks
|
||||
renderSpoilers
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user