mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix missing ambiguous url tooltips on Element Desktop (#29619)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user