Fix view source from edit history dialog always showing latest event (#10626)
This commit is contained in:
parent
a092a91cd9
commit
270a26d89a
2 changed files with 7 additions and 1 deletions
|
@ -92,6 +92,7 @@ export default class EditHistoryMessage extends React.PureComponent<IProps, ISta
|
|||
ViewSource,
|
||||
{
|
||||
mxEvent: this.props.mxEvent,
|
||||
ignoreEdits: true,
|
||||
},
|
||||
"mx_Dialog_viewsource",
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue