Support deserialising HR tags for editing (#7543)
This commit is contained in:
parent
f4a6219c88
commit
2ef36507fd
2 changed files with 26 additions and 13 deletions
|
@ -399,7 +399,7 @@ class EditMessageComposer extends React.Component<IEditMessageComposerProps, ISt
|
|||
const room = this.getRoom();
|
||||
const partCreator = new CommandPartCreator(room, this.props.mxClient);
|
||||
|
||||
let parts;
|
||||
let parts: Part[];
|
||||
let isRestored = false;
|
||||
if (editState.hasEditorState()) {
|
||||
// if restoring state from a previous editor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue