- { ircTimestamp }
- { sender }
- { ircPadlock }
-
+ React.createElement(this.props.as || "div", {
+ "ref": this.ref,
+ "className": classes,
+ "tabIndex": -1,
+ "aria-live": ariaLive,
+ "aria-atomic": "true",
+ "data-scroll-tokens": this.props["data-scroll-tokens"],
+ "onMouseEnter": () => this.setState({ hover: true }),
+ "onMouseLeave": () => this.setState({ hover: false }),
+ }, [
+ ircTimestamp,
+ sender,
+ ircPadlock,
+
{ groupTimestamp }
{ groupPadlock }
{ thread }
@@ -1152,16 +1170,12 @@ export default class EventTile extends React.Component {
{ keyRequestInfo }
{ reactionsRow }
{ actionBar }
-
- {msgOption}
- {
- // The avatar goes after the event tile as it's absolutely positioned to be over the
- // event tile line, so needs to be later in the DOM so it appears on top (this avoids
- // the need for further z-indexing chaos)
- }
- { avatar }
-