remove dead code
This commit is contained in:
parent
9bc8ff7e1e
commit
ca3539d53e
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue