Remove left/right autocomplete navigation for MessageEditor

This commit is contained in:
Pierre Boyer 2019-06-05 10:49:49 +02:00
parent a4dec88c65
commit 8158567640
2 changed files with 0 additions and 12 deletions

View file

@ -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)