forked from matrix/element-web
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
|
@ -171,7 +171,7 @@ class RoomStateExplorer extends React.Component {
|
||||||
onViewSourceClick(event) {
|
onViewSourceClick(event) {
|
||||||
const self = this;
|
const self = this;
|
||||||
return () => {
|
return () => {
|
||||||
self.setState({ event });
|
self.setState({ event: event.event });
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue