look at event property of the mxEv, this way we won't have all
the additional internal keys :) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a437f23e9d
commit
d14f16f0e9
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class RoomStateExplorer extends React.Component {
|
|||
onViewSourceClick(event) {
|
||||
const self = this;
|
||||
return () => {
|
||||
self.setState({ event });
|
||||
self.setState({ event: event.event });
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue