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
|
@ -63,14 +63,6 @@ export default class AutocompleteWrapperModel {
|
|||
this._getAutocompleterComponent().moveSelection(+1);
|
||||
}
|
||||
|
||||
onLeftArrow() {
|
||||
this._getAutocompleterComponent().moveSelection(-1);
|
||||
}
|
||||
|
||||
onRightArrow() {
|
||||
this._getAutocompleterComponent().moveSelection(+1);
|
||||
}
|
||||
|
||||
onPartUpdate(part, offset) {
|
||||
// cache the typed value and caret here
|
||||
// so we can restore it in onComponentSelectionChange when the value is undefined (meaning it should be the typed text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue