don't close autocomplete when hitting tab
that's not what the slate impl does and it's not an improvementpull/21833/head
parent
713205e0ab
commit
0f6465a1db
|
@ -52,9 +52,6 @@ export default class AutocompleteWrapperModel {
|
||||||
} else {
|
} else {
|
||||||
await acComponent.moveSelection(e.shiftKey ? -1 : +1);
|
await acComponent.moveSelection(e.shiftKey ? -1 : +1);
|
||||||
}
|
}
|
||||||
this._updateCallback({
|
|
||||||
close: true,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onUpArrow() {
|
onUpArrow() {
|
||||||
|
|
Loading…
Reference in New Issue