mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
phrasing
This commit is contained in:
parent
42589281d1
commit
ee43c635d1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default class Autocompleter {
|
|||
}
|
||||
|
||||
async getCompletions(query: string, selection: SelectionRange, force: boolean = false): Array<Completion> {
|
||||
/* Note: That this waits for all providers to return is *intentional*
|
||||
/* Note: This intentionally waits for all providers to return,
|
||||
otherwise, we run into a condition where new completions are displayed
|
||||
while the user is interacting with the list, which makes it difficult
|
||||
to predict whether an action will actually do what is intended
|
||||
|
|
Loading…
Reference in a new issue