better naming
This commit is contained in:
parent
9f47fad305
commit
7bda1c58eb
3 changed files with 5 additions and 5 deletions
|
@ -127,7 +127,7 @@ export default class EditMessageComposer extends React.Component {
|
|||
}
|
||||
|
||||
_onKeyDown = (event) => {
|
||||
if (this._editorRef.shouldIgnoreKeyDownEvents()) {
|
||||
if (this._editorRef.isComposing(event)) {
|
||||
return;
|
||||
}
|
||||
if (event.metaKey || event.altKey || event.shiftKey) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue