mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
don't close autocomplete when hitting tab
that's not what the slate impl does and it's not an improvement
This commit is contained in:
parent
713205e0ab
commit
0f6465a1db
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ export default class AutocompleteWrapperModel {
|
|||
} else {
|
||||
await acComponent.moveSelection(e.shiftKey ? -1 : +1);
|
||||
}
|
||||
this._updateCallback({
|
||||
close: true,
|
||||
});
|
||||
}
|
||||
|
||||
onUpArrow() {
|
||||
|
|
Loading…
Reference in a new issue