Fix view source from edit history dialog always showing latest event (#10626)

This commit is contained in:
Michael Telatynski 2023-04-17 17:09:17 +01:00 committed by GitHub
parent a092a91cd9
commit 270a26d89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -92,6 +92,7 @@ export default class EditHistoryMessage extends React.PureComponent<IProps, ISta
ViewSource,
{
mxEvent: this.props.mxEvent,
ignoreEdits: true,
},
"mx_Dialog_viewsource",
);