mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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) {
|
||||
const self = this;
|
||||
return () => {
|
||||
self.setState({ event });
|
||||
self.setState({ event: event.event });
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user