recommit bwindels commited changes to refactor check logic after rebase mistake
This commit is contained in:
parent
2bd112ca7c
commit
1713006958
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ export default class BasicMessageEditor extends React.Component {
|
||||||
} else if (event.key === Key.TAB) {
|
} else if (event.key === Key.TAB) {
|
||||||
this._tabCompleteName();
|
this._tabCompleteName();
|
||||||
handled = true;
|
handled = true;
|
||||||
} else if (event.key === Key.BACKSPACE || Key.DELETE) {
|
} else if (event.key === Key.BACKSPACE || event.key === Key.DELETE) {
|
||||||
this._formatBarRef.hide();
|
this._formatBarRef.hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue