You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +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:
@@ -52,9 +52,6 @@ export default class AutocompleteWrapperModel {
|
||||
} else {
|
||||
await acComponent.moveSelection(e.shiftKey ? -1 : +1);
|
||||
}
|
||||
this._updateCallback({
|
||||
close: true,
|
||||
});
|
||||
}
|
||||
|
||||
onUpArrow() {
|
||||
|
||||
Reference in New Issue
Block a user