Fix regression around read receipt animation from refs changes (#12100)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
46e350a957
commit
2c714e2d9c
2 changed files with 8 additions and 3 deletions
|
@ -208,7 +208,7 @@ export default class ReadReceiptMarker extends React.PureComponent<IProps, IStat
|
|||
};
|
||||
|
||||
return (
|
||||
<NodeAnimator startStyles={this.state.startStyles}>
|
||||
<NodeAnimator startStyles={this.state.startStyles} innerRef={this.avatar}>
|
||||
<MemberAvatar
|
||||
member={this.props.member ?? null}
|
||||
fallbackUserId={this.props.fallbackUserId}
|
||||
|
@ -216,7 +216,6 @@ export default class ReadReceiptMarker extends React.PureComponent<IProps, IStat
|
|||
aria-live="off"
|
||||
size="14px"
|
||||
style={style}
|
||||
ref={this.avatar}
|
||||
hideTitle
|
||||
tabIndex={-1}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue