Fix threads with bubbles rendering (#6971)
Fixes https://github.com/vector-im/element-web/issues/18958
This commit is contained in:
parent
695e110794
commit
a2bc090607
3 changed files with 26 additions and 2 deletions
|
@ -1335,9 +1335,9 @@ export default class EventTile extends React.Component<IProps, IState> {
|
|||
{ keyRequestInfo }
|
||||
{ actionBar }
|
||||
{ this.props.layout === Layout.IRC && (reactionsRow) }
|
||||
{ this.renderThreadInfo() }
|
||||
</div>
|
||||
{ this.props.layout !== Layout.IRC && (reactionsRow) }
|
||||
{ this.renderThreadInfo() }
|
||||
{ msgOption }
|
||||
</>)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue