mirror of https://github.com/vector-im/riot-web
remove dead code
parent
9bc8ff7e1e
commit
ca3539d53e
|
@ -220,11 +220,6 @@ export default class BasicMessageEditor extends React.Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_cancelEdit = () => {
|
|
||||||
dis.dispatch({action: "edit_event", event: null});
|
|
||||||
dis.dispatch({action: 'focus_composer'});
|
|
||||||
}
|
|
||||||
|
|
||||||
isModified() {
|
isModified() {
|
||||||
return this._modifiedFlag;
|
return this._modifiedFlag;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue