fix hiding read receipts animation

This commit is contained in:
Germain Souquet 2021-04-08 11:43:13 +01:00
parent 1d75726a75
commit bf34e37dcc
2 changed files with 2 additions and 27 deletions

View file

@ -165,7 +165,6 @@ export default class ReadReceiptMarker extends React.PureComponent {
const style = {
left: toPx(this.props.leftOffset),
top: '0px',
visibility: this.props.hidden ? 'hidden' : 'visible',
};
let title;