improvements to bubble layout
This commit is contained in:
parent
d1c6cfe6b9
commit
209344d443
4 changed files with 47 additions and 34 deletions
|
@ -1002,8 +1002,7 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
&& (this.props.alwaysShowTimestamps
|
||||
|| this.props.last
|
||||
|| this.state.hover
|
||||
|| this.state.actionBarFocused)
|
||||
|| this.props.layout === Layout.Bubble;
|
||||
|| this.state.actionBarFocused);
|
||||
|
||||
const timestamp = showTimestamp ?
|
||||
<MessageTimestamp showTwelveHour={this.props.isTwelveHour} ts={this.props.mxEvent.getTs()} /> : null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue