mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
pass onWidgetLoad to fix console err for e2e
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
fbb950e064
commit
23c0daa83a
@ -173,7 +173,7 @@ export default class Reply extends React.Component {
|
||||
|
||||
return <blockquote className="mx_Reply" key={ev.getId()}>
|
||||
{ dateSep }
|
||||
<EventTile mxEvent={ev} tileShape="reply" />
|
||||
<EventTile mxEvent={ev} tileShape="reply" onWidgetLoad={this.props.onWidgetLoad} />
|
||||
</blockquote>;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user