Remove left/right autocomplete navigation for MessageEditor
This commit is contained in:
parent
a4dec88c65
commit
8158567640
2 changed files with 0 additions and 12 deletions
|
@ -116,10 +116,6 @@ export default class MessageEditor extends React.Component {
|
|||
autoComplete.onUpArrow(event); break;
|
||||
case "ArrowDown":
|
||||
autoComplete.onDownArrow(event); break;
|
||||
case "ArrowLeft":
|
||||
autoComplete.onLeftArrow(event); break;
|
||||
case "ArrowRight":
|
||||
autoComplete.onRightArrow(event); break;
|
||||
case "Tab":
|
||||
autoComplete.onTab(event); break;
|
||||
case "Escape":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue